Оценка:
Опубликованно: 02.04.2004.
Язык: Английский
Уровень: Средняя школа
Литературный список: Нет
Ссылки: Не использованы
  • Образец документа 'Displaying a Cue and Square of a Number through Functions in C++', 1.
  • Образец документа 'Displaying a Cue and Square of a Number through Functions in C++', 2.
Фрагмент работы

//Assigning header files that will be used in this program.
#include
#include
#include
//Program began
int main()
{
//variable decleration section
intnw_pcqty,
mem_cardqty,
dsk_driveqty,
softqty;
double total,
nw_pc,
mem_card,
dsk_drive,
soft;
//constant section

Atlants