431 subscribers
153 photos
10 videos
25 files
65 links
For Any Information @TechnerdGuy
πŸ†˜ Pre-Engineering Students Struggling with C++? πŸ˜₯ Fear not! πŸ’ͺ This channel is your coding lifesaver! πŸš‘ Learn the basics, ace your course! πŸ’―
Download Telegram
Done
Done
πŸ‘2πŸ”₯1
πŸ™πŸ™πŸ™
🫑8πŸ‘1
Kmr hulachunem betam amesegnalewπŸ™πŸ™πŸ™
πŸ‘2🫑1
Ke chapter one yalegebachu negr kale teykugn sayegebachu malef yelbenem next time kene mert ena chapter 2 enjemralen.
Thanks God! 204 subscribers – this is a huge success for me!.

@ProgrammingWithFaith
πŸ”₯7
πŸ‘6
Answer

#Question 1
πŸ‘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 pinned Β«Should I make a voice explanation for this question?I would appreciate your thoughts?Β»
C++ Basics
Should I make a voice explanation for this question?I would appreciate your thoughts?
Esh I'll do it,lelam topic kale suggest adergugn bezaw esum lay arif explanation seralachewalew..........
πŸ”₯9
C++ Basics
Esh I'll do it,lelam topic kale suggest adergugn bezaw esum lay arif explanation seralachewalew..........
Nge bedeb prepare aderge post adergalew esk eza yalegebachu topic ena explanation endesra metfelguten topic suggest adergu.
πŸ‘10
Zare voice explanation seralew beye nebr gn I've got an urgent bezi week I've got mid exam ena zare I should read if begezi ke lab ke kewexaw maybe seralaw.
πŸ‘15
Explanation about Question 2
πŸ₯°4
C++ Basics
Answer #Question 1
Question number 1
πŸ‘6
Explanation about algorithm and flowchart question 1
πŸ₯°1