myCompiler
English
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
T
@thomascutler
1.2a make a triangle
C++
7 months ago
#include <iostream> using namespace std; int main() { cout << " x " << endl; cout << " xxx " << endl; cout << " xxxxx " << endl; cout << "xxxxxxx" << endl;
1.1b
C++
8 months ago
#include <iostream> int main() { std::cout << "My Name: Thomas Cutler\n"; std::cout << "My Nemesis Name: Muaz Tareen\n"; std::cout << "First Favortist Game: Angry Birds\n"; std::cout << "Second Favortist Game: Sorry\n"; std::cout << "Third Favortist Game: Fishinopoly (Monopoly but fishing)\n";
HI Shivam
C++
8 months ago
#include <iostream> int main() { std::cout << "Hello, World!\n"; }
Previous
Next page