• Курсы
  • Компилятор кода
  • Обсуждения
  • Цены
  • Teams
Menu

Обсуждения

When I enter two numbers the sum comes.. 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');
c++
0 голосов
2 ответов
10th Oct 2016, 1:14 PM
Soutik
Soutik - avatar
< Предыдущий1...34Следующий >
Актуальное сегодня
Should i learn python more or HTML?
2 Votes
how much time will it take to learn python OOP if i spend 1 hour everyday
0 Votes
Is it good for student to study C++ first?
0 Votes
How to start learning Python programming?
1 Votes
Active learner
0 Votes
Does solving a code coach actually give XPs?
4 Votes
Code challenge
0 Votes
A Little Question Here!
1 Votes
finding my compiler path
0 Votes
(Resolved) Error: Gcc undefined reference to sha 256 🙄🤦🏽‍♀️
1 Votes