Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Evaluate this expression: 1 + 1 >= 6 || 19 - 10 < 1 True False 2. Evaluate this expression: 5 != 5 True

1. Evaluate this expression: 1 + 1 >= 6 || 19 - 10 < 1

True

False

2. Evaluate this expression: 5 != 5

True

False

3. Evaluate this logical expression: ! true && true

True

False

4. Given the following int (integer) variables, a = 19, b = 32, c = 3, d = 2, evaluate the expression: a + b % c * d

1) int

2) float

3) double

4) boolean

5) char

6) String

7) none of these

answer should be the number (1 - 7) next to the correct data type name.

5. Which of the following would be the best data type for a variable to store a street address, like: 123 North Central Ave?

boolean

none of these

float

double

char

int

String

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

More Books

Students also viewed these Databases questions