menu
Qammunity.org
Login
Register
My account
Edit my Profile
Private messages
My favorites
"write code that prints: countnum ... 2 1 your code should contain a for loop. print a newline after each number. ex: countnum
Ask a Question
Questions
Unanswered
Tags
Ask a Question
"write code that prints: countnum ... 2 1 your code should contain a for loop. print a newline after each number. ex: countnum
asked
Mar 4, 2019
163k
views
2
votes
"write code that prints: countnum ... 2 1 your code should contain a for loop. print a newline after each number. ex: countnum
Computers & Tech
college
David Weinberg
asked
by
David Weinberg
7.6k
points
answer
comment
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
7
votes
public procedure countdown (countnum: integer)
begin
while countnum > -1 do begin
System.out.printline(countnum);
countnum := countnum - 1;
end;
end
Awied
answered
Mar 8, 2019
by
Awied
7.4k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
← Prev Question
Next Question →
Related questions
asked
Jun 17, 2020
66.3k
views
c programming Write code that prints: Ready! countNum ... 2 1 Go! Your code should contain a for loop. Print a newline after each number and after each line of text Ex: countNum = 3 outputs: Ready! 3 2
Derek Janni
asked
Jun 17, 2020
by
Derek Janni
7.7k
points
Computers & Tech
college
1
answer
3
votes
66.3k
views
asked
Aug 21, 2024
636
views
Write a for loop that prints: 1 2 ___________ countnum. For example, if the input is 4, the output is: 1 2 3 4.
Alexander Obersht
asked
Aug 21, 2024
by
Alexander Obersht
8.5k
points
Mathematics
high-school
1
answer
1
vote
636
views
asked
Aug 26, 2021
215k
views
Create a function named CountVowels() that takes one parameter name epsilon (in the function) Create a variable name countNum and set it to zero Create a for loop that with a lower bound of zero, upper
DanielCollier
asked
Aug 26, 2021
by
DanielCollier
8.3k
points
Computers & Tech
high-school
1
answer
2
votes
215k
views
Ask a Question
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.4m
questions
12.2m
answers
Categories
All categories
Mathematics
(3.7m)
History
(955k)
English
(903k)
Biology
(716k)
Chemistry
(440k)
Physics
(405k)
Social Studies
(564k)
Advanced Placement
(27.5k)
SAT
(19.1k)
Geography
(146k)
Health
(283k)
Arts
(107k)
Business
(468k)
Computers & Tech
(195k)
French
(33.9k)
German
(4.9k)
Spanish
(174k)
Medicine
(125k)
Law
(53.4k)
Engineering
(74.2k)
Other Questions
The book shows how to add and subtract binary and decimal numbers. However, other numbering systems are also very popular when dealing with computers. The octal (base 8) numbering system is one of these.
Please help me ! All you do is just put it it all in your own words ! Please this is for my reported card!i don't know how to put it in my own words because my English is not that good!
Explain why binary codes are used to represent characters, numbers and symbols :)
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search Qammunity.org