472 Answered Questions for the topic programming
07/01/21
C++. Collection App with structs
Introduction Write in C++ at the Linux command line a collection program that keeps track of a collection of information. You can come up with your own idea of what information to store in the...
more
07/01/21
C++. Exercise 1: Basic Car class
Exercise 1: Basic Car class Inside your 'exercise1' directory, put all required files (the carmain1.cpp, your car.cpp and car.h files).Download the carmain1.cpp file. Use this to test your class...
more
06/30/21
Write a C++ calculator program that keeps track of a subtotal like real calculators do.
Start by asking the user for an initial number. Inside a loop, asks the user for a mathematical operation and a second number. Do the operation with the first number on the second num- ber. Keep...
more
06/28/21
Write a C++ program that takes in a set of daily average temperatures (up to a maximum of 30).
Write a program that takes in a set of daily average temperatures (up to a maximum of 30). Please include source code.Do the following algorithm:
Ask the user for a temperature
If the user enters a...
more
06/28/21
Create a C++ program that uses an array of struct Contact values.
Create a program that uses an array of struct Contact values. Please include source code.What to codeThe Contact struct is defined as follows:Contact has:• name• phoneNumber• emailA PhoneNumber...
more
06/28/21
Write in C++ at the Linux command line a collection program that keeps track of a collection of information.
Introduction Write in C++ at the Linux command line a collection program that keeps track of a collection of information. You can come up with your own idea of what information to store in the...
more
Programming Coding
06/28/21
LAB: Warm up: Variables, input, and type conversion. I cannot solve this LAB can someone please help me
(1) Prompt the user to input an integer between 32 and 126, a float, a character, and a string, storing each into separate variables. Then, output those four values on a single line separated by a...
more
06/23/21
Write a C++ program that allows a user to choose as many sides for a meal as they want (it’s an ‘all you can eat’ special!).
Assignment 2: Restaurant Choices Please include source code. Write a program that allows a user to choose as many sides for a meal as they want (it’s an ‘all you can eat’ special!). 1. Print out a...
more
06/20/21
What is the best way to learn problem solving and data structures and algorithms?
I'm not very good at solving big coding problems, I'm ok with small ones, and have not taken any data structure and algorithm class yet. self taught developer. what should I study, and how should I...
more
Programming Computer Programming
06/15/21
Computer Science & Information Systems Data Structures
Problem Statement
In this Problem, you have to write an application in C that keeps track of student records in a university.At a university, there is a need to store all the details of...
more
06/08/21
Devlop a VB. Net program for booking a confrence room in a company
Q. Developop a VB.Net program for booking a conference room in a company1. Generate the form to book the conference room with the necessary details 2. Generate the form that confirms the booking...
more
06/02/21
Why is my visual studio c# code not working on .net fiddle c# compiler?
Here is my code. It should ask the user and let it input.The compiler is called dotnetfiddle.netI can't submit from any other compiler. Please fix the problem in code if needed.using System;class...
more
06/02/21
solve with ou build
A person is trading his money in the stock exchange market. Assume that the daily price of a specific market along a certain period of time is given as follows: Price [200, 500, 800, 100, 300, 50)...
more
06/01/21
JAVA programming language
Part I Write an interface and abstract class for the Ticket that would be used for a ticket-selling applicationPart II Write at least two classes corresponding to different types of Tickets. Part...
more
Programming
05/31/21
programming in c
program in c(not in c++ or c#), using if and while for the following situation:In a hospital, patients are registered, for each patient the following are registered: patient code (integer), age,...
more
05/31/21
Arrays and Functions
Write a C program using a function called find_divisible_by_2() that gets an array and prints the elements of that array which are divisible by 2. Assume that the size of the array is 10.Here is...
more
05/25/21
java programming language/ interface and abstract OOP
Part I
Write an interface for a Bank application.
Part II
Write an abstract class for the interface written in Part I.
Part III
Write a Branch class from the abstract class written in Part...
more
05/24/21
RPS Enumeration. Use the given enumerations to write a function Result getResult(Choice player1, Choice player2) .
Use the given enumerations to write a function Result getResult(Choice player1, Choice player2) . It should determine the winner of a round of Rock, Paper, Scissors between two players (Rock beats...
more
05/24/21
Suits. The starter code below has code to keep track of the suits in a card game.
The starter code below has code to keep track of the suits in a card game. They are defined in an order such that clubs are the best suit (highest number), followed by diamonds, spades and then...
more
05/24/21
Directions. Define a enumerated type Direction to make the following code work correctly.
Define a enumerated type Direction to make the following code work correctly. It should associate EAST with the value 0, NORTH with the value 90, WEST with 180 and SOUTH with 270.Code:#include...
more
05/24/21
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
05/21/21
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
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.