Algorithm Quiz:
1.Write an algorithm and flowchart that accept two numbers from user and add them together then display sum.
2.Write a program to display the text below here.
Message=Eid Mubarak!
output :- Eid Mubarak!
3.Write an algorithm that accept user name and age if age is above 18 print allowed to enter else Print you're not allowed to enter .
1.Write an algorithm and flowchart that accept two numbers from user and add them together then display sum.
2.Write a program to display the text below here.
Message=Eid Mubarak!
output :- Eid Mubarak!
3.Write an algorithm that accept user name and age if age is above 18 print allowed to enter else Print you're not allowed to enter .
π₯3π2
Kmr betam des yel nebr hulachum arif participate eyadergachu nebr gn tolo yemles sle meshelem and ashenafe nw yalew ke 1 min bewal announce adergalew.
π2
Reward yalew teyake leteykachu.
Who is the real name of this channel owner ?π
Who is the real name of this channel owner ?π
Ke chapter one yalegebachu negr kale teykugn sayegebachu malef yelbenem next time kene mert ena chapter 2 enjemralen.
π₯7
C++ Basics
Photo
#2
#include <iostream>
#include <cmath>
using namespace std;
const double PI = 3.141592653589793;
int main() {
double radius;
double volume;
cout << "Volume Sphere Calculator" << endl;
cout << "Enter radius: ";
cin >> radius;
if (radius < 0) {
cout << "Error: Radius cannot be negative." << endl;
return 1;
}
volume = (4 * PI * pow(radius, 3)) / 3;
cout << "The Volume Sphere is: " << volume << endl;
return 0;
}
π8π₯°3
C++ Basics
#2 #include <iostream> #include <cmath> using namespace std; const double PI = 3.141592653589793; int main() { double radius; double volume; cout << "Volume Sphere Calculator" << endl; cout << "Enter radius: "; cin >> radius; ifβ¦
Should I make a voice explanation for this question?I would appreciate your thoughts?
π6π₯4
C++ Basics pinned Β«Should I make a voice explanation for this question?I would appreciate your thoughts?Β»