The output of the following program is

number=2
until [ $number -eq 0 ]
do
echo "$number \c"
number=`expr $number - 1`
done
a: "number \c"
b: number number
c: 2 1
d: 1 2
e: 2 1 0


c: 2 1

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a pointing device that simulates using a pen on a tablet computer

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ________ enables individuals to select from a list but does not enable individuals to type anything that is not in the list

A) multivalue field B) list box C) combo box D) control type

Computer Science & Information Technology

Pressing ____ cycles through the three lasso tools.

a. SHIFT+L b. SHIFT+Z c. SHIFT+T d. SHIFT+TAB

Computer Science & Information Technology

Which of the following wireless security protocols supports the highest encryption standards?

A. 3DES B. WPA2 C. WPA D. WEP

Computer Science & Information Technology