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: initialize

Write a program that initializes values in a table and searches for a value from it. If value is found, then it displays the value and its location.

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

initializes values in a table and searches for a value

Arrays Exercises, Programming Exercises

Write a program that initializes roll numbers and marks of different subjects in a two-dimensional array.

Posted on October 17, 2021 By myustaadg.com

Write a program that initializes roll numbers and marks of different subjects in two-dimensional array. The roll numbers should be in first column and marks of different subjects should be in other columns such as:1 55 78 95 752 54 85 62 853 58 81 85 754 60 82 74 755 45 72 25 74The…

Read More “Write a program that initializes roll numbers and marks of different subjects in a two-dimensional array.” »

Arrays Exercises, Programming Exercises

Write a program that assigns values to the individual elements of an array and displays the values of the array.

Posted on October 16, 2021 By myustaadg.com

Write a program that assigns values into the individual elements of an array and displays the values of the array. So let’s Write Code: Let’s build logic First: Algorithm for code: Step 1: Start Step 2: Declare an array. Step 3: Initialize Array elements. Step 4: Print Elements. Step 5: Finish Program Code: Write a…

Read More “Write a program that assigns values to the individual elements of an array and displays the values of the array.” »

Arrays Exercises, Programming Exercises

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme