F&A Diskussionen
When I enter two numbers the sum is displayed.. but when I input character as yes not y... Then it goes into an infinite loop... can anyone explain why?
int a,b;
char ch;
do
{
cout<<"Enter two numbers: ";
cin>>a>>b;
cout<<"The sum is "<<a+b
<<"\nDo you want to try again (y/n): ";
cin>>ch;
}while(ch=='Y'||ch=='y');
0 Stimmen
4 Antwortenwhy when i use editor for that code didn't print the result automatically and i shoud insert print function first
the code is:
float (insert('enter a number: ')) + float (insert(' enter another number: '))
when i use this code in IDLE the program prints the result automatically
0 Stimmen
3 AntwortenHeute heiß
Safety Deposit Boxes
2 Votes
__str__ in Python...
0 Votes
Follower
2 Votes
How to code a calculator
1 Votes
Input sand outputs
0 Votes
Program coding in Indonesian
0 Votes