05/24/21

computer science

Consider the following structure definition and solve the following problems.typedef struct {int phoneID; // unique ID will start from 1 up to N.char phoneName[50];int price;int ramMemory;float... more

Write a method that finds the operations which the results are wrong in given file

Assume that multiple arithmetic operations are stored in a file. However, some of the results are wrongFor example, given operations 1.0 + 2.0 = 4.0 2.5 + 2.5 = 5.0 3.0 / 2.0 = 1.0 the method... more

05/24/21

Computer science

*/Take help from question 2 plz dont do it question 2 once you have done.Using easy code process for easy to understand./*2. Write a function that will print all the information of a specific smart... more

05/24/21

Computer science

2. Write a function that will print all the information of a specific smart phone. Use the prototype - void printPhoneInfo(SmartPhoneType phoneType); 3. Print all the information of the phone using... more

05/24/21

Computer science

Consider the following structure definition and solve the following problems. typedef struct { int phoneID; // unique ID will start from 1 up to N. char phoneName[50]; int price; int ramMemory;... more

Java code needed

Java code needed! someone please help me with this code!Write a program whose input is a character and a string, and whose output indicates the number of times the character appears in the string.... more

C++ Design Pattern Problem

You're given 3 shapes: rectangle, triangle and circle. Your task is to find if one shape is contained in another shape. Define this function as a new operation (e.g. bool isContained()) without... more

Is (~p ∨ ~q ∨ r) the same as ~p ∨ (~q ∨ r)? [Truth Table]

I was wondering on whether or not (~p ∨ ~q ∨ r) the same as ~p ∨ (~q ∨ r)?In that case, it would also mean that (~p ∨ ~q ∨ r) is also the same as (~p ∨ ~q) ^ rIs this correct?-I was mainly just... more

05/23/21

COMPUTER SCIENCE

1. Write a class named Car that has the following data attributes: a. __year_model (for the car’s year model) __make (for the make of the car) __speed (for the car’s current speed) The Car class... more

05/22/21

Computer Science

1. Write a program that reads an integer from the user. Then your program should display a message indicating whether the integer is even or odd. 2. A string is a palindrome if it is identical... more

05/21/21

computer science

*/Take help from question 2 plz dont do it question 2 once you have done.Using easy code process for easy to understand./*2. Write a function that will print all the information of a specific smart... more

05/21/21

computer science

2. Write a function that will print all the information of a specific smart phone. Use the prototype - void printPhoneInfo(SmartPhoneType phoneType); 3. Print all the information of the phone using... more

05/21/21

conputer science

Consider the following structure definition and solve the following problems. typedef struct { int phoneID; // unique ID will start from 1 up to N. char phoneName[50]; int price; int ramMemory;... more

05/21/21

computer science

Consider the following structure definition and solve the following problems. typedef struct { int phoneID; // unique ID will start from 1 up to N. char phoneName[50]; int price; int ramMemory;... more

05/21/21

Delete integers 10,50,80 from list2 # Print the length of list2 after deleting 3 integers

List2 code:list2 = []for i in range(101):    list2.append(i)    print(list2)

05/21/21

Add integer 101 into list2 # Print the length of the modified list2

List2 was this code below:list2 = []for i in range(101):    list2.append(i)    print(list2)

CREATE A C# PROGRAM.

Research a rule called "Zeller's Congruence". This rule provides a complex formula that can be used to determine what day of the week any particular date occurred. For example, if the user entered... more

05/21/21

Create a list (with the variable name list1) of 5 integers

C++ question Pritty’s Program

Pritty’s Program After going through the problem-solving process Pritty finally arrived at this stage; the one just before she begins to write the code. PLAN 1, Write a message politely asking the... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.