Evaluation:
Published: 02.04.2004.
Language: English
Level: Secondary school
Literature: n/a
References: Not used
  • Samples 'Displaying a Cue and Square of a Number through Functions in C++', 1.
  • Samples 'Displaying a Cue and Square of a Number through Functions in C++', 2.
Extract

//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