o level practical paper 2023 Archives -

python conditional statements exercises

python conditional statements exercises

python conditional statements exercises (Conditional Statements) Conditional statements are a fundamental building block in programming, allowing us to make decisions and control the flow of our code. Whether you’re a beginner looking to solidify your understanding of python conditional statements exercises or an experienced programmer seeking to sharpen your skills, practicing with exercises is a … Read more

Olevel M3R5 Practical Exam Questions

Olevel M3R5 Practical Exam

Olevel M3R5 Practical Exam Questions Hello Students… In this Article You will learn about Olevel M3R5 Practical Exam Questions with detailed Solution. So must check out full article. 1)Write an Algorithm to find Average of 6 numbers. Ans- STEP-1  START STEP-2 READ N1,N2,N3,N4,N5,N6 OR GET SUM STEP-3 SUM=N1+N2+N3+N4+N5+N6 STEP-4 AVG=SUM/6 STEP-5 PRINT “AVERAGE”=,AVG STEP-6 END … Read more