CodeClerks

Convert cpp code to python and java

Convert cpp code to python and java

Convert cpp code to python and java.


Requirements

Convert cpp code to python and java


Skills Required

Cpp Python Java

Bids

i will convert cpp (c++) file to java as i have an experience of over 3 years in it. samples available on request.

Comments

Please login or sign up to leave a comment

Join
traiko
The code in cpp is:

#include <iostream>
using namespace std;

int main() {

bool repeat = true;
while (repeat)
{

int n;
cout << "How many asterisks do you want to print? ";
cin >> n;
for(int star = 1; star <= n; star++)
{
cout << "*";
}
cout << "Repeat? [y/n]" << endl;
char answer;
cin >> answer;
repeat = answer == 'y';
}
cout << "Thank you, goodbye" << endl;

}



Enter a reason for deleting this comment

Write your comment here...
Bid On Listing Created 8 years ago in C & C++

We use a range of cookies to give you the best browsing experience.
By continuing to use this website, you agree to our use of cookies.