Python Program#2 Input two numbers and display the larger / smaller number.

Pubblicato il: 10 novembre 2020
sul canale di: Code with Shubhali
315
5

This video is about python program to input two numbers and display the larger / smaller number.

Algorithm to Input two numbers and display the larger number.
==================================================
Step1: Get the 2 inputs from the user
Step 2: Check whether the first value is greater than the second value
Step 3: If yes, print the first value
Step 4: Check whether the second value is greater than the first value
Step 5: If yes, print the second value
Step 6: Else, print both are equal
Step 7: End

Algorithm to Input two numbers and display the smaller number.
====================================================
Step1:  Get the 2 inputs from the user
Step 2: Check whether the first value is smaller than the second value
Step 3: If yes, print the first value
Step 4: Check whether the second value is smaller than the first value
Step 5: If yes, print the second value
Step 6: Else, print both are equal
Step 7: End


In questa pagina del sito puoi guardare il video online Python Program#2 Input two numbers and display the larger / smaller number. della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Code with Shubhali 10 novembre 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 315 volte e gli è piaciuto 5 spettatori. Buona visione!