Program 35 #P35 - C Program LCM using while Loop and if Statement #C149

Subscribers:
10,700
Published on ● Video Link: https://www.youtube.com/watch?v=78G9OeE2gms



Duration: 2:44
271 views
10


#rubalsolutions #coding #developer #programming #programmer #technology #clanguage #computerscience #c #informaticpractices #sub #subscribe #youtube #newyoutuber #youtubechannel
The LCM of two integers n1 and n2 is the smallest positive integer that is perfectly divisible by both n1 and n2 (without a remainder). For example: the LCM of 72 and 120 is 360.
In this program, the integers entered by the user are stored in variable n1 and n2 respectively.

The largest number among n1 and n2 is stored in minMultiple. The LCM of two numbers cannot be less than minMultiple.
The test expression of while loop is always true (1). In each iteration, whether minMultiple is perfectly divisible by n1 and n2 is checked. If this test condition is not true, minMultiple is incremented by 1 and the iteration continues until the test expression of if statement is true.

To Install Turbo C++ 4.5 Click on Below Link and Download rar file and extract and then install..
https://app.box.com/s/soz2137zo0rv0sb...
Do Like,Comment,Share and Subscribe if u are learning little bit.
Please give me suggestions in form of comment box .
i will be glad to improve myself day by day

Link To My Blog - https://www.blogger.com/blogger.g?blo...
Like me on Facebook @ https://www.facebook.com/rubalsolutions/
Follow me on Twitter @ https://twitter.com/ruby0071
Follow me on Instagram @https://www.instagram.com/er.rubal/
Email me at :- ruby0071@gmail.com




Other Videos By Rubal Solutions


2019-03-03Program 43 #P43 - C Program to create a simple CALCULATOR SWITCH CASE STATEMENTS #C159
2019-03-03Learning C Programming || C Programming C Switch...Case Statement || For Beginners || #C158
2019-03-02Program 42 #P42 - C Program to Check Whether a Number is Palindrome or Not #C157
2019-03-02Program 41 #P41 - C Program to Calculate the Power of a Number Using POW function #C156
2019-03-02Program 40 #P40 - C Program to Calculate the Power of a Number Using WHILE loop #C155
2019-03-01Program 39 #P39-USING CONTINUE STATEMENT C Program to calculate the sum of maximum of 10 nos #C154
2019-03-01Program 38 #P38 -C Program to calculate the sum of maximum of 10 numbers USING BREAK STATEMENT #C153
2019-03-01Learning C Programming || C Programming break and continue Statement || For Beginners || #C152
2019-02-27Program 37 #P37 - C Program to Count Number of Digits in an Integer #C151
2019-02-27Program 36 #P36 - C Program to Reverse a Number #C150
2019-02-27Program 35 #P35 - C Program LCM using while Loop and if Statement #C149
2019-02-27Don't Panic !!! Avoid Rumor's !!! Advisory Points Only !!!! Just Be careful !!!!
2019-02-26Program 34 #P34 - C Program GCD for both positive and negative numbers (Using WHILE LOOP) #C148
2019-02-26Program 33 #P33 - C Program Fibonacci Sequence USING WHILE LOOP Up to a Certain Number #C147
2019-02-26Learning C Programming || C Flow Control-C WHILE-DOWHILE LOOP || For Beginners || #C146
2019-02-26Difference between WAV and MP3
2019-02-25Program 32 #P32 - C Program to Display Characters from A to Z Using Loop #C145
2019-02-25Program 31 #P31 - C Program to Find LCM of two Numbers By Finding GCD #C144
2019-02-25Program 30 #P30 - C Program to Find GCD of two Numbers Using for LOOP #C143
2019-02-24Program 29 #P29 -C Program to Display Fibonacci Sequence Using for LOOP #C142
2019-02-24Program 28 #P28 -C Program to Generate Multiplication Table Up to a range (entered by user) #C141



Tags:
computer education
computer education in Hindi
basic computer training
rubalsolutions
beginner YouTube
coding
developer
newyoutuber
subscribe
sub
computer-science
c language
c programming
#detailedcprogram
#learn c
practical use of c programming
#cflowcontrol
computer educational videos
importance of computer education in hindi
#youtube rocks
#while loop
#while-dowhile loops