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: array programming

Write a program that sorts one-dimensional array’s values into descending order using the bubble sort method.

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

Write a program that sorts one-dimensional array’s values into descending order using bubble sort method | Array sorting using bubble sort method So let’s Write Code: Code: Write a program that sorts one-dimensional array’s values into descending order using the bubble sort method. Hope You will learn Something. Happy Coding. Visit my YouTube Channel as…

Read More “Write a program that sorts one-dimensional array’s values into descending order using the bubble sort method.” »

Arrays Exercises, Programming Exercises

Write a program that inputs data into a string and searches the ‘vowel’ characters from the string and displays on the screen.

Posted on October 26, 2021 By myustaadg.com

Write a program that inputs data into a string and searches the ‘vowel’ characters from the string and displays on the screen. So let’s Write Code: Code: Write a program that inputs data into a string and searches the ‘vowel’ characters from the string and displays on the screen. Hope You will learn Something. Happy…

Read More “Write a program that inputs data into a string and searches the ‘vowel’ characters from the string and displays on the screen.” »

Arrays Exercises, Programming Exercises

Write a program in C++ that inputs data into an array. It inputs a value from the user and searches this value in the array using sequential search.

Posted on October 26, 2021 By myustaadg.com

Write a program in C++ that inputs data into an array. It inputs a value from the user and searches this value in the array using sequential search. If the entered value is found in the array, it displays the position of the value in the array; otherwise, it displays the message “Value not found”….

Read More “Write a program in C++ that inputs data into an array. It inputs a value from the user and searches this value in the array using sequential search.” »

Arrays Exercises, Programming Exercises

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme