Learn programming now 22 ( Letter grade example C++)

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2011
  • In this video, I make a program that gets the percentage grade of a student and converts it to a letter grade and prints that on the screen.
    I'm sorry that this video is long, I didn't want to split it up because I wanted you guys to follow along with the whole thing before you move on.
    This is a very easy tutorial to follow. If you have questions, leave a comment.

ความคิดเห็น • 46

  • @baseer8000
    @baseer8000 9 ปีที่แล้ว +6

    THANKS MAN you literally just uploaded the answer to my homework assignment.

  • @yunsuco3645
    @yunsuco3645 7 ปีที่แล้ว +2

    thank you very much, i wasn't able to do this last night at school, this would be very helpful. I'm now studying programing in Philippines and reaching and watching a lot about programs, now i found this and thank u a lot. hope to watch more videos from you.

  • @Karma-xm2zm
    @Karma-xm2zm 2 ปีที่แล้ว

    Thank you very much for this... I have an activity that is needed to be submitted tonight and this video really help me a lot... Thank you again!!!

  • @tonpo27
    @tonpo27 12 ปีที่แล้ว +2

    My first computer programming joke <100 that is great... Awesome work on the videos! You are more through than most and actually use the
    using namespace std;
    instead of
    std::
    Thank you

  • @NowExplain
    @NowExplain  13 ปีที่แล้ว +1

    @eerisedice oh no problem! thank YOU for watching :)

  • @kateleenbaluyutnicdao3652
    @kateleenbaluyutnicdao3652 2 ปีที่แล้ว

    thanks for this example i learned

  • @Umarketvalue
    @Umarketvalue 12 ปีที่แล้ว

    this is so helpful!

  • @edwinsalas4292
    @edwinsalas4292 2 ปีที่แล้ว

    Helped me alot with my hw

  • @imadsadeq3377
    @imadsadeq3377 10 ปีที่แล้ว

    just wanted to clarify to people...at 2:39 when he said hes using and function its because if he choose the or function...whatever number user inputs will give him an A because its less than a 100 but using an AND function limits it to just between 90 and 100.

  • @bianconeri36
    @bianconeri36 12 ปีที่แล้ว

    Awesome. Thanks

  • @dragonassasinking
    @dragonassasinking 11 ปีที่แล้ว

    haha that immediately popped into my head upon seeing that too! :)

  • @chapinero017
    @chapinero017 11 ปีที่แล้ว

    how would you use chars to print out letter grades?

  • @mis_lyn5208
    @mis_lyn5208 วันที่ผ่านมา

    Pls do u hv any video on functions?

  • @aisyanurbalqis8703
    @aisyanurbalqis8703 2 ปีที่แล้ว

    i want to if i want to display more than 1 subject did i need to do the if... else for each subject?

  • @unotjarikavara4305
    @unotjarikavara4305 3 ปีที่แล้ว

    Very helpful

  • @RGB_V1
    @RGB_V1 7 ปีที่แล้ว

    say I have grades in array and I want the run them threw a letter grade I loop it so It can tell he how many A I got how many B I got and so on.

  • @deepaknepal2526
    @deepaknepal2526 11 ปีที่แล้ว +2

    what if a student scores 100? should it be (grade<=100)?

  • @geeno123

    Is there anyway to recreate this into a GUI?

  • @NowExplain
    @NowExplain  13 ปีที่แล้ว

    @girlofpk Yes, perhaps in the future though :)

  • @bonjovyalfonso210
    @bonjovyalfonso210 10 ปีที่แล้ว

    what framework did you use?