Don't forget guys the 'else' doesn't need a condition to work.
@blakeb3324 жыл бұрын
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(){ }
@guitarhax74125 жыл бұрын
Good shit man. 33 down 68 more to go.
@codebreakthrough5 жыл бұрын
Finish tonight!
@jesstrek5 жыл бұрын
Me too, doing a few each day
@akking84064 жыл бұрын
@@jesstrek same
@misterengineer61874 жыл бұрын
Are you guys done yet? :D
@miguelbarroso_4 жыл бұрын
@@misterengineer6187 Are you done yet? I'm two months later lol.
@rodrigoarguetaalba25264 жыл бұрын
The if statement doesn’t work if it has =? I.e. if (x=3)
@dihydrogen4 жыл бұрын
It won't work because = assigns a variable to something. == compares the two values.
@justscrollingthroughthecom86985 жыл бұрын
Tysm!!
@piglet25483 жыл бұрын
why do we need return 0?
@OPP5344 жыл бұрын
Love your content bro. Why don’t use using namespace STD it seems all that std cout is a mess
@inconnn4 жыл бұрын
the thing about using is that it can cause namespace conflicts, like if two namespaces have the same function name, the compiler won't know which one you're meaning to say. if you're not using any libraries or stuff it'd prob be fine to do using namespace std but i think you can just do like using std::cout or etc so that only some don't need namespaces while all the others still do.
@TheOneAndOnlyLogono11 ай бұрын
I'm trying to learn c++ and I'm only familiar with java processing, would you say they are somewhat similar
@Sebi-py2gx2 жыл бұрын
what app are you using to write codes in c++. or the app you used in this video?
@iyanareef2 жыл бұрын
looks like VS code
@ubuntujackson91332 жыл бұрын
What about #if and #endif?
@Khalevvv2 жыл бұрын
Came for the c++ subbed cuz of your name 😎
@creativexgamer5845 Жыл бұрын
1:20
@russellzimbwa26715 жыл бұрын
Hey man How do you make sure your IF Statements dont mixx
@PunmasterSTP3 жыл бұрын
I think the “else if” and “else” statements tack onto the “if” statement before them. If you want, you can also put an if statement *inside* of another if statement (or another code block like an else). In that case, it’s called a “nested” if statement, and I think you can go as many levels deep as you want…
@Adam-kk7nw2 жыл бұрын
Daddy chilled
@AhsanAligood3 ай бұрын
GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOD
@orinodenzelle25063 жыл бұрын
how make one statement using if statement
@raafatawar80054 жыл бұрын
i got an error saying cout is not a member of std lol
@trendingtv77594 жыл бұрын
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😔
@thaufi1314 жыл бұрын
#include using namespace std; int main() { int n; coutn; if (n>0){ cout
@IloveYou-jr7jn4 жыл бұрын
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.
@000-q4u3 жыл бұрын
#include int main() { std::cout sales_amount; if (sales_amount
@nunothedude3 жыл бұрын
ok wtf i did exactly what is described in the video and it doesent work, heres the code: #include int main() { std:: cout > age; if (age < 20) { std::cout
@nunothedude3 жыл бұрын
#include int main() { std:: cout > age; if (age < 13) { std::cout
@StopRemindingMeOfThoseDays3 жыл бұрын
How does it not work? What output are you getting?
@PunmasterSTP3 жыл бұрын
What IF everyone who started on the first video was still here? Ans: There’d be a lot more views.