Der Code selbst:
Code: Select all
#include
#include
void foo() {
std::cout x >> y >> z; // get number from keyboard and store it in variable x
std::cout
Code: Select all
#include
#include
void foo() {
std::cout x >> y >> z; // get number from keyboard and store it in variable x
std::cout