TEST CPP CHAPTER
main.cpp
12345678910#include <iostream> #include <cstdlib> // system #include "factorial.h" using namespace std; int main() { cout << "Hello, world!" << endl; return 0; };
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 1
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 100
TEST CPP CHAPTER
Swipe to show menu
main.cpp
12345678910#include <iostream> #include <cstdlib> // system #include "factorial.h" using namespace std; int main() { cout << "Hello, world!" << endl; return 0; };
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 1