Pages

Tuesday, January 28, 2014

Displaying a cue and square of a number through functions in C++

/*********************************************************************** * file: 3-14.cpp * * desc: C++ assignment * * Author: Syed R Fayyaz * * refinement: September 26, 2003 * * * * Comment: Homework assignment # 7 * **********************************************************************/ // trying on header files that will be used in this program. # intromit #include #include // course began int main() { //variable decleration particle intnw_pcqty, mem_cardqty, dsk_ depend onqty, softqty; reprize total, nw_pc, mem_card, dsk_drive, soft; //constant function const double NW_PCPRICE = 675.00, MEM_CARDPRICE = 69.95, DSK_DRIVEPRICE = 198.50, SOFTPRICE = 34.98; // insert section cout cout cout cout cin >> nw_pcqty; cout cin >> mem_cardqty; cout cin >> dsk_driveqty; cout cin >> softqty; //input shut section cout cout cout getch(); //calculation section //NW-PC calculation nw_pc = nw_pcqty * NW_PCPRICE ; //Memory Card calculation mem_card = mem_cardqty * MEM_CARDPRICE; //Disk drive calculation dsk_drive = dsk_driveqty * DSK_DRIVEPRICE; // computer software calculation soft = softqty * SOFTPRICE; // get total total = nw_pc + mem_card +dsk_drive + soft; // Setting the flags cout //output section clrscr(); cout cout cout cout cout cout cout cout return 0; } If you neediness to get a full essay, coordinate it on our website: OrderEssay.net

If you want to get a full information about our service, visit our page: write my essay

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.