Computer Science, asked by hitheshvarma4211, 9 months ago

Write a c++ program ALGORITHM and flowchart for using operater

Answers

Answered by xSahiBx
0

Answer:

_____________________________________

Before writing a program, first needs to find a procedure for solving the program. Beginners find it difficult to write algorithm and draw flowchart Mathematical Operators.

_____________________________________

Brainlist layak ho to kardena

Answered by loyalnikku3011970
1

Answer:

the output is Hello world

Explanation:

// Simple C++ program to display "Hello World"

// Header file for input output functions

#include<iostream>

using namespace std;

// main function -

// where the execution of program begins

int main()

{

// prints hello world

cout<<"Hello World";

return 0;

}

Similar questions