I do not program in C but this is just good for all programmers. Thank you so much
@jufrilondongchannel5 жыл бұрын
Hy
@zxxczczczcz5 жыл бұрын
@@jufrilondongchannel Hy
@rahulraj79343 жыл бұрын
🤣😅
@TP_Raks4 жыл бұрын
The hero we need but don't deserve 😢you are awesome Prof.
@darklightning45394 жыл бұрын
Thank you sir for uploading this video, my teacher recommend me to watch to understand this topic.
@archieterrace41524 жыл бұрын
To ME, a character analyst, , THIS specific mathematical orator appears to be VERY superbly talented to the HIGHEST possible degree, in "ALL" perspectives and concepts of algebra & trigonometry BUT could IMPROVE his tutoring style of delivery, by simply pronouncing his words with MORE distinctly different syllable emphasis OR stated differently, by using SLOWER pronunciation that simultaneously, would render his delivery more impressive. THIS man has inherited the character ingredients that permit him to be successful at virtually ANYTHING he sets his mind to accomplish and very probably was parented by similarly talented people whom were attracted to each other by each desiring a companion with an orderly mind.
@elrepz10 жыл бұрын
The problem is the initialization of i equal to 1 in for loop statement; for (i=1; i
@onjofilms10 жыл бұрын
Sorry sir, you are incorrect. The instructor used ( i=1 ; i
@reedthornhill90434 жыл бұрын
Homework: INF 131 1)Write an algorithm that reads the first and last name of an employee, the number of working hours he/she has performed, and his/her hourly rate. Then calculates and print out his/her first and last name and the salary of that employee. 2) write an algorithm that reads the marks of CA, of TPE, and that of the normal exams for an undergraduate student in a certain unit of value. Then calculates the average of that student in that unit of value. Note that: CA count for 20%, TPE count for 10%, and normal exams count for 70%. The algorithm will be able to tell the student whether or not he has validated his exam or not, and with what reference or grade ( "fair" for an average between or equal to 10 and 11, "fairly good" for an average between or equal to 12 and 13, "good" for an average between or equal to 14 and 15, "very good" for an average between or equal to 16 and 18, and then "Excellent" for an average between or equal to 19 and 20. Good luck! We shall all correct it here on Tuesday evening, after every body have solve!!!
@tenzworldwide2 жыл бұрын
Answers
@znssnbssnsjsj33352 жыл бұрын
I like your this way solution
@mamadanpro69644 жыл бұрын
Now i can do flow chart even if i don't get alogarithm steps. thank you you made me good student.
@rkumaresh6 жыл бұрын
You have explained it very neatly sir. I am refreshing my thoughts on writing algorithms and drawing flowcharts for different programs which i used to do heavily when i was a student. I am a tutor in early 40s and this helps me to teach the programming for my students as well.
@ShreeRamFaujdar-gm3bj3 жыл бұрын
I'm a student 😌😌
@gamebalaybabsa18782 жыл бұрын
Thanks pro
@RayiesAhmad11 жыл бұрын
there is an error in problem no. 2 in printing section where you want to print the largest no. the error is if you only want to print the largest variable name then you must write it inside the double quotes, otherwise you need to write format specifier of that variable inside the double quotes, thank you.
@gerroaolcom5 жыл бұрын
Great job Prof. Wongmulin. Many students are being helped by your demonstration of an algorithm.
@DerrickPalmer12 жыл бұрын
DWL Thank You Man, You Did My Home Work.... My Exact Homework was in this video, Am Gonna Be The Boss In Class Monday.... lol Thanks Again
@aimarramadhan23805 жыл бұрын
Flowchart is much more easier than Pseudocode but less reliable than pseudocode. Since I love drawings, I prefer flowchart than Pseudocode as it deals with shapes and not words.
@thel3gitdanmal6682 жыл бұрын
Can you teach me how to properly deal with flowcharts?
@sadammohamed27336 жыл бұрын
10% my class attendance 90% in your lecture vidios thank you so much you are my hero pls create more vidios you are so nice tnx
@krypto_693 жыл бұрын
I have been looking for hours thanks to u that u exist i finally found it
@bimochanyatri4 жыл бұрын
This video is very helpful for me. .... Sir, I want more video .. Love from Nepal ❣️
@neogeo306311 жыл бұрын
For the third example, sum must be initialized to 0 before the loop, Thank you
@tobitamofaadu-bredu44495 жыл бұрын
Is this how it would look like? sum=0 sum
@folgee7368 Жыл бұрын
thank you very much Proffesor Wongmulin, this was extremly helpfull
@SIGMA_Afg8 жыл бұрын
My friends are in GCC but they did not tell me about you sir ! So nice and helpful tutorial !
@keshanglama38854 жыл бұрын
This is a good explanation I loved it and is easier to do ❤❤❤
@deepeshbuckus52063 жыл бұрын
Hey Wong Sir! One of my favorite lecturer!
@mjoctavio37307 жыл бұрын
Great stuff! Good video and easy to understand by beginners. Kudos!
@ehvway4 жыл бұрын
great video sir! I will use this knowledge for my arduino projects from now on!
@munnaengineer10 жыл бұрын
Very nice tutorial. Thank you professor.
@SUHCALVINAMBE3 жыл бұрын
Indians are the best when it comes to Computer Engineering. I'm happy I saw this. Almost failed this course because I had a shitty teacher.
@leelynnchanel3 жыл бұрын
I really don’t understand the looping problem 21:15 ... can someone please help me?
@I_Lemaire3 жыл бұрын
I am trying to figure it out myself, when I run the following code using gcc, I get no problems BUT I imagine that since the Professor is using Turbo C the error might be that the user is asked to input integers but the program is initializing them as floats. Feel free to take a look: #include int main(void) { int n, i; float a, sum, Ave; /*n = 0; i = 0; a = 0.0; sum = 0.0; Ave = 0.0;*/ printf(" Average of n number of integers How many integers? "); scanf("%i", &n); printf(" Insert %i integers below: ", n); for (i=1; i
@I_Lemaire3 жыл бұрын
I will try emailing him to find out.
@hectic_student4 жыл бұрын
If you are still wondering what is the error, for me the error is not having a variable array but just a single variable, it overwrites the value to the latest. To fix this just have an array like float a [9999] to assign it to handle atleast 9999 values, if you put too much like 9999999 there will be a segmentation fault due to file handling of memory for the 9999999. Then if It's a for i loop just do a [i].
@praveenreddy94649 жыл бұрын
its been a great video......... thank u very much "GARDENCITY"
@kundanchouhan73578 жыл бұрын
its too much correct way that you you are explain clearly understandable... and very nice video format
@lightbonkey7 жыл бұрын
I really appreciate your explanation to me, it was very difficult to me to understand well how to do flow chart and algorithm
@eternalwaze28893 жыл бұрын
My B.I.L said this to me, if i want to learn Algorithm, i must start from basic first how to use and undertand the flow each of Algorithm first since most of this are composed of mathematics and sometimes while i’m watching this, the old saying is true, the old repentance is true, most of us during our younger years, we wants to cotrol the world, we wants to have more friends, to be cool, to be self centered sometimes until we forgot it more to learn more
@mubeenali61674 жыл бұрын
please solve this problem Write an algorithm and draw the flowchart that will request from the user to enter 2 integer numbers. If the numbers signs are same (both are positive or both are negative), the algorithm will find and print the average of the two numbers. Otherwise, it will find and print the multiplication of two numbers as an output.
@dorismagri15238 жыл бұрын
Thanks Pro. Wongmulin for youre video you are very clear and people could learn and helpful.
@LindokuhleNkamela11 жыл бұрын
wow! what a superb lecture thanks,is it a must to calculate the sum of n terms using FOR loop
@samuelokeke31496 жыл бұрын
Hi prof, I think the right question/ decision to ask in problem 2 is, is b less than or equal to A, if answer is No, then print A is larger than B. This is because B might be equal to A.
@AnjaliKumari-rp3zn3 жыл бұрын
Write a program in Q Basic to calculate the area and perimeter of 10 different rectangles. Take the length and breadth as input and display the result.( use any loop)
@AnjaliKumari-rp3zn3 жыл бұрын
Can you also answer
@thecuriousengineer7 жыл бұрын
This is nicely put together. Clear instructions and everything! If this is too slow, people can go settings > speed > 1.5 :)
@TrustCoding Жыл бұрын
Dear sir, you should continue recording. keep it up the good work.
@nareshsukheja77474 жыл бұрын
Who else watched in 2x speed and still felt 3x should also be there
@vinodleorishaba98789 ай бұрын
No one😅
@sujayghosh35402 жыл бұрын
write an algorithm and draw a flowchart to accept the numbers in bytes and convert that into kilobytes, megabytes, gigabytes and terabytes.
@amitthakur55012 жыл бұрын
thanks sir today i'm watch this video,they are very helpful
@ahsanraza687110 жыл бұрын
This is quite full of benifits for beginners ! Anyway TYSM ! :')
@robdemonx12 жыл бұрын
A very helpful video indeed. Thank you Mr.Wong Mulin :)
@cefanie4 жыл бұрын
Amazing, great explanation!
@ramsureshkumar78242 жыл бұрын
thank you a lot before this i didnt understand algorithms clearly
@peterpouk67835 жыл бұрын
very good presentation, it gives full intuition really on algorithms
@SoniyaSoniya-pl8dw6 жыл бұрын
I have tried to understand..but it looks hard But after seeing this video it's looks easy Thanks 😊
@ShreeRamFaujdar-gm3bj3 жыл бұрын
Command:- Thanks the tutor step1: START step2: if helpful say thanks step3: yes, then say thanks step4: output, Thanks step5: STOP 😒😒😒😒 it sucks
@phaicoding90733 жыл бұрын
wow, your explanation is very good...!!!
@dinublanovschi16407 жыл бұрын
14:44 first check if the numbers are equal!if they are equal your program will output largest is b
@shortToGND10 жыл бұрын
in the problem 2 you wrote : if a>b output "largest is ", a else output "largest is ",b but you forgot if the a == b
@richardsantink10 жыл бұрын
else if (a==b) printf("the integers are equal: %d = %d", a,b);
@cherishroby86397 жыл бұрын
nerdsssssssssss!!!!!!
@asustufa15157 жыл бұрын
it's not that complimented lol..pretty stander stuff
@sapthasagar78407 жыл бұрын
I did notice that
@MarkAnderson-fl8oq9 жыл бұрын
Nice tutorial. Please share a tutorial on C programming for beginners.
@ArunKumar-ez8nr9 жыл бұрын
You can check this tutorial on C programming www.techcrashcourse.com/2015/05/c-programming-language-tutorial.html hope it helps.
@CodingClassroom8 жыл бұрын
Subscribe us.. Learn programming from scratch
@dipeshpoudel78806 жыл бұрын
Teaching the more lesson to the student as they are the future of a builder nation
@souvikmukherjee23494 жыл бұрын
You clarified them one after another !!Thank you sir!!
@nayrrepse207410 жыл бұрын
dafaq.. its easy but hard.
@thecuriousengineer7 жыл бұрын
like everything in life ;)
@saminathanr75126 жыл бұрын
nayr repse
@atrboysnepal28055 жыл бұрын
@@thecuriousengineer subscribe ppn2 live
@bhartiverma8483 жыл бұрын
Yes It is very hard
@ShreeRamFaujdar-gm3bj3 жыл бұрын
@@bhartiverma848 hi I'm very confused please reply if this msg reaches to you
@terraflops10 жыл бұрын
thank you so much for this video, i understood what was happening despite not using C but C++.
@avneetsingh73789 жыл бұрын
Can you explain the concept of taking 'a' in the last program? I mean to say from where it is getting value? And why we have used?because it is of no use in the program. And that "insert" statement is also of no use.
@menardkatavare98544 жыл бұрын
I have the same question .what is the use of a?
@dennyahmad42369 жыл бұрын
there is something wrong. he did not define the variable type first for a,b, and c in flowchart
@dexter19 жыл бұрын
+Denny Ahmad Could you may be show us what u mean. like define the variables yourself, in your way. This way everyone know exactly what you mean.
@dennyahmad42369 жыл бұрын
i mean, before you input a value into a variable, you have to define it first, example variable a will save only number value then i define it as integer variable.
@maureenmaina79846 жыл бұрын
thanks u made me understand the concepts which i had almost given up on
@yulose94 жыл бұрын
damn homie you be saving my ass for my midterms! thanks!
@bravek98817 жыл бұрын
Thank you alot for this Useful video..i have got my exam on algorithms and flowcharts next week..and i want the Algorithm for this piece of Code in c++ (do..while loop): #include using namespace std; int main() { int i=1; int sum=0; do{ cout
@BCMCHINNI6 жыл бұрын
This is driving me crazy! I'm gonna flunk my exams... ☹
@camillomancini56196 жыл бұрын
Bhavana Chandramouli dont worry fuck school
@vitalispurity95985 жыл бұрын
Thank you so much sir,I'm going to follow more of these lessons
@MuhammadTayyab-fw8rh5 жыл бұрын
Really
@MrBledi12 жыл бұрын
Great Mr Prof. Thanks allot. Greetings from Albania
@mulungapumulo49482 жыл бұрын
Thank you very much for the information
@joyzia133512 жыл бұрын
thank you Prof. Wongmulin, i learned something for today!very helpful video!
@sibaka12343 жыл бұрын
Thanks so much Prof....let me review some Algorithm, Flow Chart, C Program before asking for your assistant
@mohammedghouse19445 жыл бұрын
Thank you so much sir ... really apprciated your efforts .... really helpfull
@gopip6186 жыл бұрын
Sir, in the problem "biggest if 2 No's" u haven't mentioned %d in the printf statements
@HetPatel_16 жыл бұрын
I like it very much You are the excellent professor
@PoetryInMotion9462 ай бұрын
Prof Wongmulin a real G👊
@JeffreyRelatedIssues9 жыл бұрын
Your integer comparator algorithm was a bit off; consider a=b, your program would output b>a I liked the video anyway :)
@lindrik8 жыл бұрын
That bugged me as well. I understand that this class is at an introductory level and needs to use simple examples but I feel that simplifying to the point of error sows dangerous seeds in the students' minds.
@nandurstudio5 жыл бұрын
That's how programs works, you always be able to run your code till u find the error then fixed it and call it Version 1.1 Update.
@alynamalik78896 жыл бұрын
Very better than my computer teacher all we do is: we sleep during lecture lol!
@hissuyash6773 жыл бұрын
sir I've doubt in 3rd example in the float a declaration part (ps:overall the lecture was good)
@suraj49599 жыл бұрын
Thanks a lot prof. Wongmulie
@devikiranreddykesavarapu36355 жыл бұрын
Super awesome sir & love u you r very smart, handsome 🥰😘😘
@devikiranreddykesavarapu36355 жыл бұрын
.....? 🤔
@sanjeevashetty88916 жыл бұрын
In the problem 1 in algorithm in step 2 why should we use only output cant we use input.....
@kakikumendaki9 жыл бұрын
very helpful , thanks prof. Wongmulie
@wuyanchu10 жыл бұрын
very nice tutorial... thx and god bless india and the world..... ^__^ a sincere blessing from hong kong... ^___^
@PasscodeAdvance6 жыл бұрын
... algorithm is a persian thing
@beneelohimhub Жыл бұрын
Woaw... Thank you prof
@gamepakar6 жыл бұрын
For Problem 2, I think there is a small mistake when creating the algorithms, which the condition of a=b is not considered in the algorithm. If I had any mistake, please point it out. Thank you^^
@TheRVSN2 жыл бұрын
That should be the first test to catch and output an error.
@learnmorebmusikiri80294 жыл бұрын
thanks you helped me to solve my problems
@anshuldabrase28257 жыл бұрын
I look is video and is very very simple explanation this man I understand this concepts
@zakiasmaa6834 Жыл бұрын
good video; thank you so much
@ramanareddy89994 жыл бұрын
I mechanical student but I understand concept very easily
@blue-ki2vg4 жыл бұрын
Nice explanation, thank you!
@venkataswaralunandam52627 жыл бұрын
it is very interesting thank you so much It helps me a lot
@chanabasayyasindagimath95164 жыл бұрын
So beautiful Explaination... Thanks to TEACHER Sir...G B Y TO Sir
@gebrewahdgiday34108 жыл бұрын
An interesting presentation thank you very much!
@primex94273 жыл бұрын
I always skip this video because of the quality but tf I was wrong this is only the video I learned a lot about flowchart
@tianxiangyan72786 жыл бұрын
Thank you for the video even after 6 years Its till useful :) Mon May 14 2018 8:48L15
@adamsdarrellj10 жыл бұрын
Why do you need to clear screen after defining the variables? There should be nothing on the screen at this point... Also, return 0; works in place of getch(); With those two, you should be able to eliminate the second header.
@adamsdarrellj10 жыл бұрын
got the clear screen. just had to keep watching.
@nagi.nagi.92706 жыл бұрын
thank u sir, very perfect explanation. very useful.
@gelomacapuno9274 жыл бұрын
Sir in printf(" The Largest is",a); is good? not this| printf(" The Largest is %d",a); ? I'm using Dev C++; I'm not sure if your code is running correctly. Thank you for your response.
@angeloq.inocencio98886 жыл бұрын
I have learned a lot, thank you sir.
@devarapallivinay56675 жыл бұрын
Thank u so much for your valuable words sir.,.........
@annejayathilaka20624 жыл бұрын
this was so useful to me . thank u
@henokgetachew34564 жыл бұрын
great explanation sir...wonderful tutorial
@annwambo35068 жыл бұрын
Smart,,it has helped me a lot
@asaadsaaid59502 жыл бұрын
i have a questin ...why are we first finding the average of 3 integers and then going for inputting them in a command?
@MsBeatria12 жыл бұрын
Nice clip. Did you have example for C-Programming- Java? Thanks!