431 subscribers
154 photos
10 videos
25 files
66 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
Esk ahun manem alemlesem tolo lemles sew point yeyazeletal......
Teyake yechemr ......?
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
Zare yashenfew user
@Ortigra nw .Dm me ena rewardun lkelkalew
Reward yalew teyake leteykachu.


Who is the real name of this channel owner ?😁
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