Skip to content

Opening book details…

About this document

Squares of a Sorted Array Program by Mada Anudeep is a document available to read on EtoBox.

This document provides instructions for two programming assignments involving arrays. The first asks the student to write pseudo code and a program to sort an array of scores using selection sort, and count the numbers above and below 500. The second asks the student to create an array containing the squares of the indexes from 0 to 100, prompt the user for a number, and use a serial search to check if it is a perfect square contained in the array. Sample code is provided for both problems.

Author
Mada Anudeep
Language
EN