Maybe Input is needed?
Topic - Computers & Internet
Specifically - Programming & Design
Enter this to get possible responce from person asking question:
//MyTopicProg01.cpp
//this program demonstrates the if statement for this type of question when little data is fed to the programmer!
#include
void main()
{
//declare and initialize variable
short questionInput = 0;
//enter input value
cout << “Enter a question: “;
cin >> questionInput;
//display output
if (questionInput <0)
cout << “Ask stupid question? Get stupid answer!” << endl;
else
cout << “Ask a good question? Get a good answer!” <
//end if
} // end of main function
2006-11-14 19:47:27
·
answer #1
·
answered by Nedan 4
·
0⤊
0⤋
There s hardware side and software side
Hardware deals with parts of computer such as input devices,output devices,memory,processor etc
Topics include operating systems,networking,database management,programming,data structures, algorithms,computer graphics,artificial intelligence, etc
The list is endless
2006-11-14 19:08:13
·
answer #3
·
answered by aravind 3
·
0⤊
0⤋