1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Alja [10]
3 years ago
13

What type of selection can be used in leu of switch/case?

Computers and Technology
2 answers:
tankabanditka [31]3 years ago
7 0
An if or else statement can be
NikAS [45]3 years ago
6 0
In lieu of a switch/case statement, you can use an if/else statement. For example:

switch(x)
{
     case 100:
           System.out.println("Good grades! Keep it up!");
     case 50:
           System.out.printfln("Bad grades! Work harder!");
}


OR, you can use if/else:

if (x == 100):
          Sytstem.out.println("Good grades! Keep it up!");
if (x == 50):
          System.out.printfln("Bad grades! Work harder!");
You might be interested in
1. A cell is identified by its ........
earnstyle [38]
Answers:
1- cell address ( i think)
5 0
3 years ago
The___ allows you quickly access features such as formatting, charting, tables, and totals
cricket20 [7]

Answer:

Quick Analysis toolbar

Explanation:

it appears with the options formatting, chart, total, table, sparklines

7 0
3 years ago
The term drive app is used to describe applications stored on a computer true or false
Volgvan
Hello <span>Areyano7475
</span>

Question: T<span>he term drive app is used to describe applications stored on a computer true or false


Answer: False


Hope this helps
-Chris</span>
7 0
3 years ago
Read 2 more answers
What is a variable in programming?
HACTEHA [7]
A symbol or set of characters in a programming statement whose value can be changed
3 0
3 years ago
How to make a cartoon can we use adobe flash
zvonat [6]
Yes you can use adobe flash to make a cartoon
4 0
3 years ago
Read 2 more answers
Other questions:
  • What is the most effect way to include space after each paragraph
    14·1 answer
  • This type of connection uses radio waves to connect devices on a network.
    15·2 answers
  • When a Python program is reading a file, the data is input as plain ASCII characters in a string. What is the following code doi
    15·1 answer
  • Which one of the following statements is true regarding the fetch-execute cycle? Each step of the fetch-execute cycle is perform
    15·1 answer
  • It is a small hand tool used generally in decorative works such as making garnishes
    15·1 answer
  • What is the gauge manifold made of
    14·1 answer
  • Renae wants to write a blog about her favorite sports stars. She wants the blog to be informative and visually appealing, so she
    13·2 answers
  • Which statistical function in a spreadsheet helps you to see how far each number varies, on average, from the average value of t
    5·1 answer
  • PrimeFactorization.java: Write a program that begins by reading in a series of positive integers on a single line of input and t
    12·1 answer
  • What channel does the news come on? <br><br> i dont have cable i have roku :\
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!