31. What is the output of the folowing code? int count; int num = 2; for (count = 1; count < 2; count++) { num = num + 3; System.out.print (num + " "); } System.out.println(); %3D 11 a. 5 C. 258 b. 5 8 d. 5 8 11 32. What is value of x after the following code executes? int x = 0; int i; for (i = 0; i < 5; i++) x = 3 * x + i: a. 18 C. 179 58
31. What is the output of the folowing code? int count; int num = 2; for (count = 1; count < 2; count++) { num = num + 3; System.out.print (num + " "); } System.out.println(); %3D 11 a. 5 C. 258 b. 5 8 d. 5 8 11 32. What is value of x after the following code executes? int x = 0; int i; for (i = 0; i < 5; i++) x = 3 * x + i: a. 18 C. 179 58
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question

Transcribed Image Text:31. What is the output of the folowing code?
int count;
int num 2;
for (count - 1; count < 2; count++)
num = num + 3;
System.out.print (num + " ");
{
System.out.println();
C. 2 5 8
d. 5 8 11
a. 5
b. 5 8
32. What is value of x after the following code executes?
int i;
for (i = 0; i < 5; i++)
x = 3 * x + 主;
%3D
a. 18
b. 58
d. None of these
33. What is the output of the following Java code?
int x = 3;
op
System.out.print (x + " ");
{
while (x >= 1);
System.out.printin ();
a. 3
b. 3 1
C. 3 1 -1
d. None of these
34. Which modifier is used to specify that a method cannot be used outside a class?
a. public
b. abstract
c. static
d. private
public static char methodHeading (int n, double num)
35. Based on the method heading above, what is the return type of the value returmed?
a.
static
int
c.
d. num
b. char
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education