I have created a program that should roundup a number: #include <iostream> using namespace std; int main() { double numr;...
Separate names with a comma.