Purchase Solution

Visual Looping and constructs

Not what you're looking for?

Ask Custom Question

You have just been hired to teach a course, not necessarily a programming course, in your local community college. After your first week, you collect the first set of assignments from your students and grade them.

To make sure that you enter all the grades on your spreadsheet, you decide to sort your students' grades in ascending order.

List all the visual basic looping and decision constructs that you think you will need to write a program that sorts the grades for you. DO NOT write the program, simply list the constructs and justify your decision for choosing them.

Purchase this Solution

Solution Summary

Visual Looping and constructs are noted.

Solution Preview

In order to sort grades you need to compare between two numbers.
For example, in order to sort the following grades in ascending order (smaller to greater)
55, 69, 49, 97
you need to be able to compare if 55 is greater than or equal to 69 if not then swap the positions of 55 and ...

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.