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

Tag: Arrays full course

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

Write a program that inputs values into a one-dimensional array of ten elements. Draws a bar chart or histogram.

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

Write a program that inputs values into one-dimensional array of ten elements. It reads the values of array elements one by one and draws a bar chart or histogram. For example, if first and second element of the array have values 19 and 8 respectively then the output should be as:Element Value Histogram0. 19 *******************1….

Read More “Write a program that inputs values into a one-dimensional array of ten elements. Draws a bar chart or histogram.” »

Arrays Exercises, Programming Exercises

Write a program that inputs real values into float type array. It reads the value of each element of float type array and assigns to int type array.

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

Write a program that inputs real values into float type array. It reads the value of each element of float type array and assigns to int type array. It also displays the value of int type array. So let’s Write Code: Write a program that inputs real values into float type array. It reads the…

Read More “Write a program that inputs real values into float type array. It reads the value of each element of float type array and assigns to int type array.” »

Arrays Exercises, Programming Exercises

Write a program using two arrays and enter values in 1st array. The program should copy the values of the 1st array to 2nd array.

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

Write a program using two arrays and enter values in 1st array. The program should copy the values of the 1st array to 2nd array and display the 2nd array in the reverse order. So let’s Write Code: program using two arrays and enter values in 1st array. The program should copy the values of…

Read More “Write a program using two arrays and enter values in 1st array. The program should copy the values of the 1st array to 2nd array.” »

Arrays Exercises, Programming Exercises

Write a program to enter the temperature of a week and determine the maximum temperature, minimum temperature and average temperature.

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

Write a program to enter the temperature of a week and determine the maximum temperature, minimum temperature and average temperature. So let’s Write Code: Write a program to enter the temperature of a week and determine the maximum temperature, minimum temperature Hope You will learn Something. Happy Coding. Visit my YouTube Channel as Well😇 https://www.youtube.com/watch?v=JuIHQ9cLSEw&list=PLbIhkHxfUIItTdcyCb34uRIrPJbXBndIl&index=4…

Read More “Write a program to enter the temperature of a week and determine the maximum temperature, minimum temperature and average temperature.” »

Arrays Exercises, Programming Exercises

Write a program that inputs values into int type array. It reads the value from array and draws a bar chart by printing asterisks.

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

Write a program that inputs values into int type array. It reads the value from array and draws a bar chart by printing asterisks. So let’s Write Code: Write a program that inputs values into int type array. It reads the value from array and draws a bar chart by printing asterisks. Hope You will…

Read More “Write a program that inputs values into int type array. It reads the value from array and draws a bar chart by printing asterisks.” »

Arrays Exercises, Programming Exercises

Write a program that initializes an array with the number of days of different months. It inputs the number of month and displays the number of days of the entered month.

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

Write a program that initializes an array with the number of days of different months (i.e. months[12]= {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}). It inputs the number of month and displays the number of days of the entered month. Suppose user inputs 2, program displays “number of days of…

Read More “Write a program that initializes an array with the number of days of different months. It inputs the number of month and displays the number of days of the entered month.” »

Arrays Exercises, Programming Exercises

Write a program that inputs marks of ten students in an array and counts the number of students that have marks between 80 and 100.

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

Write a program that inputs marks of ten students in an array (maximum marks are 100) and counts the number of students that have marks between 80 and 100. So let’s Write Code: Write a program that inputs marks of ten students in an array (maximum marks are 100) and counts the number of students…

Read More “Write a program that inputs marks of ten students in an array and counts the number of students that have marks between 80 and 100.” »

Arrays Exercises, Programming Exercises

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme