+ 1
Code for print happy birthday to you
If any one can , please help me... I want to write A code for print happy bday to you five times... This is for my best friend... I have just started to study c++ā¦and i am not able to write such a code... Expecting your help... š„
6 Answers
+ 11
try the C++ course, I'm sure it can tell you fairly quickly
+ 6
in c++...
#include <iostream>
using namespace std;
int main()
{
for(int j=1;j<=5;j++)
cout<<"Happy birthday to you"<<endl;
}
+ 5
Does it have to be C++?
Coz... ;)
https://code.sololearn.com/c42FCYm9VkaT/?ref=app
+ 1
Iāll make a cpp bday song
- 1
https://code.sololearn.com/WHriFLBaxSh5/?ref=app