The output of the following program is

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


c: 2 1

Computer Science & Information Technology

You might also like to view...

The value uppercase for the ____ property adjusts characters to all uppercase without changing the actual text in the HTML code.

A. font-size B. font-weight C. text-transform D. font-case

Computer Science & Information Technology

Microsoft Access 2016 provides a convenient and easy way for you to utilize and present:

A. data. B. information. C. reports. D. queries.

Computer Science & Information Technology

The result of =FIND("is", "Mississippi",3 ) is ________

A) 2 B) 4 C) 5 D) 6

Computer Science & Information Technology

When you deny specific computers access to the wireless network, you create a(n) _______________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology