Q&A Discussions
how should I make a program
0 Votes
5 AnswersI wrote a simple basic c++ code in my PC notepad and I saved it with .cpp extension also. But when I run this program in any browser it shows the code as it is... Do c++ code can be written in notepad and can be run? Please answer.
#include <iostream>
using namespace std;
int main()
❴
cout << "hello";
return0;
❵
2 Votes
10 Answershow to write c++ program
0 Votes
3 Answersusing a while loop create a guessing game program that keeps asking the user to enter a number until the user enters the number 7. You will need to create and initialise an int variable to zero. You can then use this variable as the condition in your while loop ( while the number is not equal to seven) Then in the while loop ask the user to enter a number and store the number entered in the number variable that is in the conditions of your loop.
0 Votes
1 Answerhow to program rasberry pi
2 Votes
4 AnswersRunning program
0 Votes
3 AnswersHot today
Is this realistic enough?
1 Votes
Need friends
0 Votes
Python
1 Votes
How do you print inputs
0 Votes