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 in Object oriented 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 sorts an array ‘ABC’ in ascending order using the Bubble Sort method. The array consists of N elements.

Posted on October 26, 2021 By myustaadg.com

Write a program that sorts an array ‘ABC’ in ascending order using Bubble Sort method. The array consists of N elements. So let’s Write Code: Code: Write a program that sorts an array ‘ABC’ in ascending order using the Bubble Sort method. The array consists of N elements. Hope You will learn Something. Happy Coding….

Read More “Write a program that sorts an array ‘ABC’ in ascending order using the Bubble Sort method. The array consists of N elements.” »

Arrays Exercises, Programming Exercises

Write a program that sorts one-dimensional array of 5 elements in ascending order using insertion sort method.

Posted on October 26, 2021 By myustaadg.com

Write a program that sorts one-dimensional array of 5 elements in ascending order using insertion sort method. So let’s Write Code: Code: Write a program that sorts a one-dimensional array of 5 elements in ascending order using the insertion sort method. 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 that sorts one-dimensional array of 5 elements in ascending order using insertion sort method.” »

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

Write a program that inputs temperatures for seven days of the week into a one-dimensional array “temp”.

Posted on October 26, 2021 By myustaadg.com

Write a program that inputs temperatures for seven days of the week into a one-dimensional array “temp”. It computes the average temperature and displays the values of array and calculated average temperature on the screen. So let’s Write Code: Code: Write a program that inputs temperatures for seven days of the week into a one-dimensional…

Read More “Write a program that inputs temperatures for seven days of the week into a one-dimensional array “temp”.” »

Arrays Exercises, Programming Exercises

Write a program that initializes data into a one-dimensional array. Search value using binary search.

Posted on October 26, 2021 By myustaadg.com

Write a program that initializes data into one-dimensional array. The data must be in ascending order. It inputs a value from the user and searches this value in the array using binary search method. So let’s Write Code: Code: Write a program that initializes data into one-dimensional array. Search value using binary search. Hope You…

Read More “Write a program that initializes data into a one-dimensional array. Search value using binary search.” »

Arrays Exercises, Programming Exercises

Write a program to enter data into one-dimensional array. Find out the maximum value and its location.

Posted on October 26, 2021 By myustaadg.com

Write a program to enter data into one-dimensional array. Find out the maximum value and its location in the array and print the result on the screen. So let’s Write Code: Code: Write a program to enter data into a one-dimensional array. Find out the maximum value and its location. Hope You will learn Something….

Read More “Write a program to enter data into one-dimensional array. Find out the maximum value and its location.” »

Arrays Exercises, Programming Exercises

Write a program that inserts a new value at a specified location into one-dimensional array of N elements.

Posted on October 26, 2021 By myustaadg.com

Write a program that inserts a new value at a specified location into one-dimensional array of N elements. So let’s Write Code: Code: Write a program that inserts a new value at a specified location into a one-dimensional array of N elements. Hope You will learn Something. Happy Coding. Visit my YouTube Channel as Well😇…

Read More “Write a program that inserts a new value at a specified location into one-dimensional array of N elements.” »

Arrays Exercises, Programming Exercises

Write a program that deletes a value from a specified location of one-dimensional array of N elements.

Posted on October 26, 2021 By myustaadg.com

Write a program that deletes a value from a specified location of one-dimensional array of N elements. So let’s Write Code: Code: Write a program that deletes a value from a specified location of a one-dimensional array of N elements. Hope You will learn Something. Happy Coding. Visit my YouTube Channel as Well😇 https://www.youtube.com/watch?v=JuIHQ9cLSEw&list=PLbIhkHxfUIItTdcyCb34uRIrPJbXBndIl&index=4 Click…

Read More “Write a program that deletes a value from a specified location of one-dimensional array of N elements.” »

Arrays Exercises, Programming Exercises

Write a program that uses three one-dimensional arrays and inputs 20 values in 1st array and differentiates even and odd values.

Posted on October 26, 2021 By myustaadg.com

Write a program that uses three one-dimensional arrays and inputs 20 values in 1st array and differentiates even and odd values. It stores even values in 2nd array and odd values into 3rd array. The program should display the values of 2nd and 3rd array into two columns with heading EVEN and ODD. So let’s…

Read More “Write a program that uses three one-dimensional arrays and inputs 20 values in 1st array and differentiates even and odd values.” »

Arrays Exercises, Programming Exercises

Posts navigation

1 2 3 Next

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme