Cash-back offer from May 2nd to 7th, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question DetailsNormal
$ 20.00

Assignment 1 Q1.What do you understand by complier error and run time error? Explain by example.A++

Question posted by
Online Tutor Profile
request

Assignment 1

Due date: Saturday - October 3rd, 2015 at 11:59 PM.

Q1.What do you understand by complier error and run time error? Explain by example.
Note: Do not use the book example. [2 Points]

Q2. What is wrong with the following variable declarations? [1.5 Points]
int Km/h = 120;
String Newcar = GMC;
int Adouble = “50”;
String newCar = “GMC”
int x = 5, y = “x”;
String new Car = “GMC”;

Q3. What does this sequence of statements print? [1.5 Points]
String msg = “The number of characters in newCar is”;
String newCar = ”GMC”;
int numberOfCharacters = newCar.length();
String carUpperCase = newCar.toUpperCase();
System.out.print(newCar);
System.out.println(carUpperCase);
System.out.print(msg);
System.out.println(newCar.length());
newCar.replace(“C”,”U”);
newCar.replace(“M”,”E”);
newCar.replace(“G”,”S”);
System.out.print(“Welcome to : ”);
System.out.println(newCar);
/*System.out.println(“Good luck”);
System.out.println(“to all students”);*/

Q4. Consider the following class: [2 Points]
a. What are the instance variables?
b. What is the output from the following code:

Q5. What is the output of the following code: [2 Points]
a.
b.

Q6. Write a Java program that performs the following: [6 Points]
1. Identify the radius of the circle. (radius = 3)
2. Calculate circumference and area of the circle.
3. Print the results.
public class IdentifyMyParts
{
private int x = 7;
private int y = 3;
}
IdentifyMyParts a = new IdentifyMyParts();
IdentifyMyParts b = new IdentifyMyParts();
a.y = 5;
b.y = 6;
a.x = 1;
b.x = 2;
System.out.println("a.y = " + a.y);
System.out.println("b.y = " + b.y);
System.out.println("a.x = " + a.x);
System.out.println("b.x = " + b.x);
int num1 = 6;
int num2 = 10;
num1 = num1 + num2;
num2 = num1 + num2;
System.out.println(num1 + ", " + num2);
int a = 10;
int b = 20;
int c = 2;
int x = b / a /*c*/;

Available Answer
Other Similar Questions
User Profile
EmmyR...

Week 6 Assignment - Infrastructure Design

Identify the major hardware and software components of your hypothetical e-commerce company's information systems infrastructure. Design your e-commerce company's hardware (database and proxy servers, network equipment) and ...
User Profile
QUIZL...

NURS 6640N Week 4 Assignment 1

For Solution Please download the enclosed Attachment. ...
User Profile
vpqnr...

Liberty University ENGL 101 Mindtap 6 assignment complete solutions correct answers updated

Liberty University ENGL 101 Mindtap 6 assignment complete solutions correct answers updated 1. Organizing a Paragraph Using Time, Space, or Importance To cohere means “to hold together.” A paragraph coheres when the...
User Profile
vpqnr...

Liberty University ENGL 101 Mindtap 2 assignment complete solutions correct answers updated

Liberty University ENGL 101 Mindtap 2 assignment complete solutions correct answers updated 1 . Understanding the Types of Supporting Ideas For your audience to understand your main idea fully, you need to provide support...
User Profile
Kevin...

B6028 Module 4 Assignment 2 Internal Environmental Scan Organizational Assessment

Module 5 - M5 Assignment 2 Internal Environmental Scan/Organizational Assessment     Internal Environmental Scan/Organizational Assessment This section provides the opportunity to develop your course project. Conducting...

The benefits of buying study notes from CourseMerits

homeworkhelptime
Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
tutoring
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
tutorsupport
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton

$ 629.35