ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 12 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 06 Jun 2017 My Price 8.00

Write a program called CheckPassFail

Q1. Identify and correct the error(s) in each of the following:  [1.5 Points]

if (1 <= x <= 10)if (x = 1) final double CM_PER_INCH = 2.54;

What are the values of the following expressions?  In each line assume that [1.5 Points]

 

double  X = 2.5,  Y = -1.5;

int  M = 18,  N = 4;

String  S = "Hello",  T = "World";

 

   X + N * Y - ( X + N ) * Y 

M / N + M % N

5 * X - N / 5

S + T 

   S + N 

( 1 - ( 1 - ( 1 - ( 1 - N ))))

 

 

Q3. Write a program called CheckPassFail which read the mark from user and prints "PASS" if the mark is more than or equal to 60; or prints "FAIL" otherwise. [2 Points]

Answers

(11)
Status NEW Posted 06 Jun 2017 04:06 AM My Price 8.00

-----------

Not Rated(0)