Computers and Technology

1 2
3
PROCEDURE F(b, c)
{
val 0
REPEAT C TIMES
{
val val + b
4
5
6
7
8
RETURN val
9
}
10
11
12
13
14
15
16
PROCEDURE G(b, c)
{
count
val
REPEAT UNTIL ( val > b)
{
count count + 1
val
val + c
>
RETURN count
}
17
18
19
20
21
22
23
ans
+ F(3, 4) + G(35, 5)
DISPLAY (ans)
24


1

2
3
PROCEDURE F(b, c)
{
val 0
REPEAT C TIMES
{
val val + b
4
5
6
7
8
RETURN val
9
}
10
11
12
13

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 18:30, Svetakotok
Ineed on my history if anyone can check out the last few questions i posted and i will be posting !
Answers: 2
image
Computers and Technology, 23.06.2019 16:30, jessisjawsome
If i wanted to include a built-in calendar in a document, what option could i select? draw table insert table insert chart quick tables
Answers: 1
image
Computers and Technology, 24.06.2019 13:30, nina288
What process should be followed while giving a reference? sam has given a reference of his previous manager in his resume. sam should him in advance that the potential employers will him.
Answers: 1
image
Computers and Technology, 24.06.2019 15:00, MilanPatel
In excel, what happens to the cell contents when you click and drag a cell into multiple cells?
Answers: 1
Do you know the correct answer?
1 2
3
PROCEDURE F(b, c)
{
val 0
REPEAT C TIMES
{
val val...

Questions in other subjects: