C++ Programming Tutorial 33 - If Statement Practice

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Don't forget guys the 'else' doesn't need a condition to work.

brocklesnarufcchamp
Автор

Thanks caleb i have been making my if statements a little messy. The way you did it makes it easier to read and more organized. Keep up great work.

if(){

}

blakeb
Автор

The if statement doesn’t work if it has =?
I.e. if (x=3)

rodrigoarguetaalba
Автор

I'm trying to learn c++ and I'm only familiar with java processing, would you say they are somewhat similar

TheOneAndOnlyLogono
Автор

Love your content bro. Why don’t use using namespace STD it seems all that std cout is a mess

OPP
Автор

what app are you using to write codes in c++. or the app you used in this video?

Sebi-pygx
Автор

Hey man
How do you make sure your IF Statements dont mixx

russellzimbwa
Автор

i got an error saying cout is not a member of std lol

raafatawar
Автор

Came for the c++ subbed cuz of your name 😎

Khalevvv
Автор

how make one statement using if statement

orinodenzelle
Автор

Can help me answer my activity?😔 please😔 for your next video please "make a program that prompts the user to input an int variable named num. The program should then output the variable num and a message saying wether the number is positive, negative, or zero".


Please help me😔 I'm a 1st year college Information Communication Technology😔 it is our activity😔 I dont know what to do because I don't have loptop to try. Please help make a video for my activity😔

trendingtv
Автор

What IF everyone who started on the first video was still here? Ans: There’d be a lot more views.

PunmasterSTP
Автор

Please help me with this
Write an if statement that assigns the number 10 to the bonus variable if the user enters a sales amount that is less than or equal to $250. If the user enters a sales amount that is greater than $250, prompt the user to enter the bonus rate, and then multiply the user’s response by the sales amount and assign the result to the bonus variable.

IloveYou-jrjn
Автор

ok wtf i did exactly what is described in the video and it doesent work, heres the code:
#include <iostream>

int main()
{
std:: cout << "How old is Nuno from 0 to 20:"
int age = 20;
std::cin >> age;
if (age < 20)
{
std::cout <<"Incorrect Value";
}
else if (age = 20)
{
std::cout <<"Correct Value";
}
return 0;
}
im using dev c++ is it difrent from normal c++

nunothedude
visit shbcf.ru