Answers for "c + basic programing"

C++
-1

simple c++ program

// Your First C++ Program

#include <iostream>

int main() {
    std::cout << "Hello World!";
    return 0;
}
Posted by: Guest on November-30-2020
0

c++ program

Enter the two numbers :
10
0
Attempted to divide by zero!
Posted by: Guest on April-27-2022

Browse Popular Code Answers by Language