Skip to content
Home
Marketing
Marketing – vCMO
Expertise
Development
Software Development
Salesforce Development
WordPress Plugin Development
Full-Stack Web Development
Automation
Business Coach
About Matthew Maennche
Blog
Solution Maps
C++ Solution Map
Java Solution Map
Python Solution Map
Visual Basic Solution Map
FAQ
Contact
Log In
Blog
Learn To Code
1668 Posts
Java
831 Posts
Visual Basic
233 Posts
Aprender a codificar
101 Posts
Java
52 Posts
Pitón
30 Posts
Python
30 Posts
C ++
20 Posts
Business
13 Posts
General
12 Posts
Kodlamayı Öğren
11 Posts
Java
9 Posts
Classic ASP
4 Posts
PHP
4 Posts
Web Development
1684 Posts
Javascript
2 Posts
Content Management
2 Posts
BuddyPress
2 Posts
piton
2 Posts
FPDF
2 Posts
Sin categorizar
1 Post
Random
1 Post
Microsoft Dynamics CRM
1 Post
CRM's
1 Post
Content Writing
1 Post
HTML
1 Post
SQL
1 Post
Search
The speed of sound depends on the material the sound is passing through.
View Solution
Creating objects of the Currency class requires a name (string), a currency symbol (string) and the number of decimal places (integer) usually associated with the currency (in that order).
View Solution
Consider a class Movie that contains the following information about a movie: * Title * MPAA Rating (e.g. G, PG, PG-13, R) * Number of people who rated this movie as a 1 * Number of people who rated this movie as a 2 * Number of people who rated this movie as a 3 * Number of people who rated this movie as a 4 * Number of people who rated this movie as a 5
View Solution
Define a class called Odometer that will be used to track fuel and mileage for a vehicle.
View Solution
The pay of an hourly worker is calculated by multiplying the hours worked by the hourly rate—up to 40 hours;
View Solution
Given that a vector of int named a has been declared, and that the integer variable n contains the number of elements of the vector a, assign -1 to the last element in a.
View Solution
Write an expression whose value is the number of values that have been stored in v.
View Solution
Given that an array of int named a has been declared, and that the integer variable n contains the number of elements of the array a, assign -1 (minus one) to the last element in a.
View Solution
Write the definition of a function printDottedLine, which has no parameters and doesn’t return anything.
View Solution
Design a class called Date that has integer data members to store month, day, and year. The class should have a three-parameter (day-of-month, month, year) default constructor that allows the date to be set at the time a new Date object is created.
View Solution
Write a full class definition for a class named Averager, and containing the following members: An data member named sum of type integer. An data member named count of type integer.
View Solution
Given three variables, k, m, n, of type int that have already been declared and initialized, write some code that prints each of them in a 9 position field on the same line. For example, if their values were 27, 987654321, -4321, the output would be: |xxxxxxx27987654321xxxx-4321
View Solution
« Previous
1
2
3
4
…
49
Next »
Scroll To Top