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
sashaice [31]
3 years ago
9

Edhesive 4.1 question 1

Computers and Technology
1 answer:
klio [65]3 years ago
4 0

Answer:

//Program logic is written in C# programming language

//You can use here Reading input and printing output as per your //programming language

//In the below program we will not give any condition under for loop

          for(int x = 0; ; x++)

//There will be no condition  

          {

              Console.WriteLine("Enter your name:");

              string strName = Console.ReadLine();

              if (strName == "Nope" || strName == "nope" )

              {

                  break;

//Automatically out of the loop

              }

              Console.WriteLine("Nice to meet you " + strName);

          }

Explanation:

You might be interested in
if we had a set of 10 constraints and solver had to deterimine which 4 to enforce what would be the binary indicator varibales h
Inessa [10]

Answer:

if we had a set of 10 constraints and solver had to determine which 4 to enforce what would be the binary indicator variables have to  sum to make this happen

answer : 6

Explanation:

number of constraints = 10

solver has to determine which 4 to enforce

Hence the number the Binary indicator will have to sum to enforce 4

will be : (number of constraints) - 4

              = 10 - 4 = 6

5 0
3 years ago
Lourdes is going to create a company logo. She will create it in a vector format so that she can resize it without distortion. W
kirill [66]

Explanation:

military

hope this helps you

5 0
3 years ago
Which of the following is an example of plagiarism? A. Listing someone as an author who did not actually contribute to the publi
Nata [24]

Answer:

C. <em>Presenting someone else’s ideas or words and claiming them as one's own.</em>

Explanation:

The correct option is <em>C. Presenting someone else’s ideas or words and claiming them as one's own. </em>

The definition of <em>Plagiarism </em>indicates that stealing and passing off ideas or words created and / or developed by others and pretending or signifying that such words or ideas are one´s one is considering an act of plagiarism.

3 0
3 years ago
a department chair decides to change a little-used computer lab into a lounge so that students will interact more between classe
tekilochka [14]

Option D discursive and planned is the correct option.

Which of the following best describes the organizational hierarchy system of communication?

It is a multi-tiered structure of reporting levels and system checks provided for a regular flow of information between managers and employees.

What is the meaning of discursive writing?

Well, a discursive essay is a genre of writing that asks you to investigate a topic; gather, read and evaluate evidence; and present a position on your topic based on the evidence gathered.

What is an example of planned change?

The introduction of employee welfare measures, changes in the incentive system, introduction of new products and technologies, organizational restructuring, team building, enhancing employee communication, as well as technical expertise, fall under the category of Planned Change.

What are the three types of change give examples.

Ackerman (1997) has distinguished between three types of change:

Developmental – May be either planned or emergent; it is first order, or incremental. ...

Transitional – Seeks to achieve a known desired state that is different from the existing one. ...

Transformational – Is radical or second-order in nature.

Thus , option D is the correct option:

To know more about planned changes:

brainly.com/question/25594630

#SPJ4

3 0
1 year ago
Create a function void process(char ch, int x, int y)- to accept an arithmetic operator (+,-./, in argum
saul85 [17]

Answer:

The program is as follows:

import java.util.*;

public class Main{

   public static void process(char ch, int x, int y){

if(ch == '+'){

    System.out.print(x+y);  }

else if(ch == '-'){

    System.out.print(x-y);  }

else if(ch == '*'){

    System.out.print(x*y);  }

else if(ch == '/'){

    if(y!=0){

        double num = x;

        System.out.print(num/y);      }

    else{

        System.out.print("Cannot divide by 0");     } }

else{

    System.out.print("Invalid operator"); }

 }

public static void main(String[] args) {

 Scanner input = new Scanner(System.in);

 int x, y;

 char ch;

 System.out.print("Enter two integers: ");

 x = input.nextInt(); y = input.nextInt();

 System.out.print("Enter operator: ");

 ch = input.next().charAt(0);  

 process(ch,x, y);

}

}

Explanation:

The function begins here

   public static void process(char ch, int x, int y){

If the character is +, this prints the sum of both integers

<em> if(ch == '+'){</em>

<em>     System.out.print(x+y);  }</em>

If the character is -, this prints the difference of both integers

<em> else if(ch == '-'){</em>

<em>     System.out.print(x-y);  }</em>

If the character is *, this prints the product of both integers

<em> else if(ch == '*'){</em>

<em>     System.out.print(x*y);  }</em>

If the character is /, this prints the division of both integers.

<em> else if(ch == '/'){</em>

<em>     if(y!=0){</em>

<em>         double num = x;</em>

<em>         System.out.print(num/y);      }</em>

<em>     else{</em>

<em>This is executed if the denominator is 0</em>

<em>         System.out.print("Cannot divide by 0");     } }</em>

Invalid operator is printed for every other character

<em>else{</em>

<em>     System.out.print("Invalid operator"); }</em>

<em> </em> }

The main begins here

public static void main(String[] args) {

 Scanner input = new Scanner(System.in);

This declares both integers

 int x, y;

This declares the operator

 char ch;

Get input for both integers

<em>  System.out.print("Enter two integers: ");</em>

<em>  x = input.nextInt(); y = input.nextInt();</em>

Get input for the operator

<em>  System.out.print("Enter operator: ");</em>

<em>  ch = input.next().charAt(0);   </em>

Call the function

 process(ch,x, y);

}

}

6 0
3 years ago
Other questions:
  • ___________ is a mass-produced, copyrighted software that meets the needs of a wide variety of users, not just a single user or
    15·1 answer
  • Computers have become easier to use and more powerful over time.
    12·2 answers
  • Sal Kan earned $3,000.00, But he is only getting $1,585.00 on his pay check to
    9·1 answer
  • A collection of related files that serves as a foundation for retrieving information is a: byte
    12·1 answer
  • In which of the following careers must one learn and use programming languages?
    12·1 answer
  • Write a function called matches that takes two int arrays and their respective sizes, and returns the number of consecutive valu
    6·1 answer
  • What is a client server network and its features?​
    11·1 answer
  • ......................... and ....................... are two ways to define the text in Inkscape.
    14·1 answer
  • Select the correct answer.
    8·1 answer
  • Explain how advanced analytics (e.g., Machine learning) helps the threat life cycle management. State the stage of the threat li
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!