Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –
Nguồn:https://quydinh.com/
Xem thêm Bài Viết:
- Chia sẻ đầy đủ về cách hướng dẫn Ghost Win Xp bằng USB cơ bản từ A tới Z
- Hướng dẫn tạo file ghost win 10 thông qua 3 bước đơn giản mà bạn không nên bỏ qua
- Mách bạn 4 bước trong cách bung file tib theo chuẩn UEFI đơn giản nhất
- Mật bí 4 kiểu hyperlink trong excel bị lỗi phổ biến mà bạn hay gặp nhất
- Khái niệm ma alt là gì và cách sử dụng bảng mã ATL như thế nào?
bruh didt help me cure my aids
Guy: loses a leg in an accident
Guy : Well guess I'm a pirate now 🤷♂️
Thank you sir
yarrr, yarr, yarr, your a pirate, yarr, good job AY's!
Very clear explanation
Mommy!!! today i learned, at the programing school, that pirates are aliens!!!
Very good class dude! XD
How to restart when user enter wrong choice
THE C.I.A WANTS TO THINK THAT THE "SWITCH" STATEMENT IS IF EL- IF ELSE, IF ELSE, IF ELSE… BUT IT'S NOT.
Exam today. This is simplistic, and understandable. Thank you!
Thanks a lot, i initially didn't have an idea about switch and break statement.
that was pretty useful man
thank you
I survived in final exam:D
I need your help. How do you do this?
Using Switch Statement Create a program that asks the user to enter ID number then displays the Name, Grade and Section, Birth date and Gender of the owner of the ID number. You may use any information for the name, gender, grade and section and birthdate but the ID number indicated which are 1111, 1110, 1101, 1100, 1011, 1010, 1001, 1000 has to be followed.
Thanks you a lot, you helped me a lot with this and now I can continue with my homework.
>1 leg = pirate
>2 legs = human
>no legs = unknown
Ah yes, the 3 genders.
اكو عرب بالطياره 😂😂
well do i have to start my case with 1?
You are a life saver dude..
Jesus christ please delete that stupid fucking system("pause") statement before I hang myself, you have to be self taught bc any environment where you work as a dev, they would have eaten you alive.
How to convert from switch case to if condition??
Design a system(Code) that will increment a count by one each and every time if the switch is pressed. When it reaches 4, LEDs must alternate bits, repeatedly. The leds are connected from an 8bit PORTC and switch on PORTE.
Given:
1x pic18f458 mcu, 1x Crystal, 2x ceramic capacitor, 8x green LEDs, 1x red led, 9x 470ohm Resistor and 2x 10kohm resistor
Thanks a lot 😀
case 1:
cout <<"You are a Monopod " << endl;
break;
Did I just hear a knock at 0:54 ?
You are best
Tysm sir
im a beginner btw
int x = 1
switch (x++)
case 1: cout<<"OK"<<endl;
break;
case 2:
cout<<"No"<<endl;
what would the result be?
Thanks for this.
Thanks a lot!
when i type in cout<< i get an error
Pirates are people too 🙁
case 3:
cout << "you are a bad boy ;)" << endl;
break;
Get it? your 3rd leg? your penis……no…oh..fml
Pirates are humans too!
what if the variable is not a number?
I'm taking computer science in college and i use your videos instead of our material to learn lol
Check out this link for more information about switch: https://www.okprogrammerblog.com/single-post/2017/12/21/Be-OK-with-C-language-switch-statement
https://youtu.be/uIc88yDD2QE
so i can only use int,but not double,float ?
what is the difference between int main and void main?
I happen to have lost a leg in an accident and I would like to tell you that I am very offended that you would suggest that those without 2 legs are not human. I have you know that I am not a pirate and I am outraged at your insensitive microaggressions, I feel an apology is very much due or else I might just have to report this video
1. Write a C++ program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer. Calculate the average and grade according to following: (10 marks)
Percentage >= 90% : Grade A
Percentage >= 80% : Grade B
Percentage >= 70% : Grade C
Percentage >= 60% : Grade D
Percentage >= 40% : Grade E
Percentage < 40% : Grade F
a. Using if … else
b. Using switch
someone help me out