English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-11-14 18:57:39 · 4 answers · asked by JANETH B 1 in Computers & Internet Programming & Design

4 answers

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

And what is the specific topic if I may ask?

2006-11-14 19:02:50 · answer #2 · answered by Nikolas S 6 · 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

Complete coherent sentences?

2006-11-14 19:06:00 · answer #4 · answered by __ 3 · 0 0

fedest.com, questions and answers