Skip to content

MyUstaadG

Learn to Serve

  • Computer Science
    • Software
    • Computer Tips
    • Coding
      • Conditional Structures Exercises
      • Loops Exercises
      • Arrays Exercises
      • Python Exercises
    • Microsoft Office
      • MS Excel
      • MS Word
  • Videos
    • Funny Videos
    • Health and Fitness Videos
    • PUBG Videos
    • Technology Videos
  • News
  • Funny
  • Memes
  • Playwright Tutorials
  • Tutorials
  • Toggle search form

Category: Programming Exercises

Write a program that input two integers and display Quotient and remainder on the screen | Python Programming

Posted on March 13, 2022March 13, 2022 By myustaadg.com

Simple Data Types in Python Write a program that input two integers and display Quotient and remainder on the screen. Solution: Step 1: Step 2: Output: #Colab #Why Python Programming Important Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Write a program that asks the user for their weight (in kg) and height (in meters), calculates the body mass index and stores it in a variable, and displays on the screen | python Programming

Posted on March 13, 2022March 13, 2022 By myustaadg.com

Simple Data Types in Python Write a program which input weight (in kg) and height (in meters) form user, calculates the body mass index and stores it in a variable, and displays on the screen. Solution: Output: Step 1: Step 3: Final Output: #Why python Programming Important #Colab Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Write a program that reads a positive integer, , entered by the user and then displays on the screen the sum of all integers from 1 to . The sum of the positive first integers can be calculated as follows: Sum =n(n+1)/2 | python Programming

Posted on March 8, 2022March 13, 2022 By myustaadg.com

Simple Data Types in Python Write a program that reads a positive integer, , entered by the user and then displays on the screen the sum of all integers from 1 to . The sum of the positive first integers can be calculated as follows: Sum =n(n+1)/2. Solution: Step 1: Output: #Why python Programming Important…

Read More “Write a program that reads a positive integer, , entered by the user and then displays on the screen the sum of all integers from 1 to . The sum of the positive first integers can be calculated as follows: Sum =n(n+1)/2 | python Programming” »

Programming Exercises, Python Exercises

Write a program that asks the user for the number of hours worked and the cost per hour. Then show payment on the screen that corresponds to you | Python Programming

Posted on March 8, 2022March 8, 2022 By myustaadg.com

Write a program that asks the user for the number of hours worked and the cost per hour. Then show payment on the screen that corresponds to you Solution: Output: Step 1: Step 2: Step 3: #Colab #Why Python Programming Important Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Write a program that displays the output of the following arithmetic operation on the screen (3+2/2⋅5)^2 | Python Programming

Posted on March 8, 2022March 8, 2022 By myustaadg.com

Write a program that displays the output of the following arithmetic operation on the screen (3+2/2⋅5)^2. Solution: Output: #Colab #Why Python Programming Important Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Write a program that input user name and displays on the screen in python | Python Programming

Posted on March 8, 2022March 8, 2022 By myustaadg.com

Write a program that input user name and displays on the screen in python Solution: Output: #Colab #Why Python Programming Important Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Write a program that stores the string in a variable and then displays the contents of the variable on the screen in python | Python Exercises

Posted on March 8, 2022March 8, 2022 By myustaadg.com

Write a program that stores the string in a variable and then displays the contents of the variable on the screen in python Solution: Output: Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Simple Data Type Exercises in Python | Python Programming

Posted on March 6, 2022March 6, 2022 By myustaadg.com No Comments on Simple Data Type Exercises in Python | Python Programming

Exercise 1 Write a program that displays the string on the screen. !Hello World! Solution: Output: Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Write a program to initialize values in two tables A and B. Multiply matrix A and B and store results into table C | Multiplication of matrices.

Posted on February 5, 2022February 5, 2022 By myustaadg.com

Write a program to initialize values in two tables A and B. Multiply matrix A and B and store result into table C. Display the values of three matrices in tabular form on the screen.Note: The multiplication of two matrices A and B is possible only when the number of columns of matrix A is…

Read More “Write a program to initialize values in two tables A and B. Multiply matrix A and B and store results into table C | Multiplication of matrices.” »

Arrays Exercises, Programming Exercises

Write a program that transposes a matrix A and displays the result on the screen | Transpose of a Matrix.

Posted on February 5, 2022February 5, 2022 By myustaadg.com

Write a program that transposes a matrix A and displays result on the screen.Note: A matrix which is obtained by the interchanging of rows and columns of a matrix is called the transpose of given matrix and is denoted by At. So let’s Write Code: Write a program that transposes a matrix A and displays…

Read More “Write a program that transposes a matrix A and displays the result on the screen | Transpose of a Matrix.” »

Arrays Exercises, Programming Exercises

Posts navigation

Previous 1 2 3 … 11 Next

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme