C plus plus practice
1.0.0
File untuk mempraktikkan pemecahan masalah menggunakan C ++
g++ fileName.cpp
or
g++ -o outputName fileName.cpp
./a.out (Use this to execute the program if you used the first command to compile the code)
./outputName (Use this to execute the program if you used the second command to compile the code)