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

Publicado em: 10 Novembro 2020
no canal de: 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


Nesta página do site você pode assistir ao vídeo on-line Python Program#2 Input two numbers and display the larger / smaller number. duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Code with Shubhali 10 Novembro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 315 vezes e gostou 5 espectadores. Boa visualização!