#include int main() { double num1, num2, num3; std::cout

#include
int main() {
double num1, num2, num3;
std::cout << “Enter the first number: “;
std::cin >> num1;
std::cout << “Enter the second number: “;
std::cin >> num2;
std::cout << “Enter the third number: “;
std::cin >> num3;
double sum = num1 + num2 + num3;
std::cout << “Sum of the three numbers is: ” << sum << std::endl;
return 0; }


Posted

in

by

Tags:

Need help with your paper?

X
WeCreativez WhatsApp Support
Our customer support team is here to answer your questions. Ask us anything!
👋 Hi, how can I help?