Skip to content
Home
Marketing
Expertise
Automation
Business Coach
Marketing – vCMO
Development
Software Development
Salesforce Development
About Matthew Maennche
Resources
C++ Solution Map
Java Solution Map
Python Solution Map
Visual Basic Solution Map
FAQ
Contact
Log In
C++
Learn To Code
1668 Posts
Java
831 Posts
Visual Basic
232 Posts
Python
30 Posts
Business
9 Posts
General
7 Posts
PHP
6 Posts
Classic ASP
4 Posts
Web Development
1686 Posts
Uncategorized
2 Posts
FPDF
2 Posts
BuddyPress
2 Posts
Content Management
2 Posts
Javascript
2 Posts
HTML
1 Post
SQL
1 Post
CRM's
1 Post
Microsoft Dynamics CRM
1 Post
Random
1 Post
Search
Assume that c is a char variable that has been declared and already given a value. Write an expression whose value is true if and only if c is a space character.
View Solution
Declare a two-dimensional character array named “gasgiants” that is capable of storing the names of the gas giant planets of our solar system: jupiter, saturn, uranus, and neptune.
View Solution
Write the definition of a function isMultipleOf, that receives two integer arguments and returns true if the first argument is a multiple of the second. Otherwise false is returned.
View Solution
Given that corpdata is an ifstream object that has been used for reading data and that there is no more data to be read, write the necessary code to complete your use of this object.
View Solution
Given the availability of an ifstream object named input, write the other statements necessary to read an integer into a variable datum that has already been declared from a file called rawdata.
View Solution
Transient Population Populations are effected by the birth and death rate, as well as the number of people who move in and out each year.
View Solution
Prime Numbers. Write a program that reads in an integer that is greater than 2 (let’s call it k) and finds and prints all of the prime numbers between 3 and k.
View Solution
Write a full class definition for a class named GasTank, and containing the following members
View Solution
Write a statement that declares a prototype for a function twice, which has an int parameter and returns an int.
View Solution
Write a program that lets the user enter the total rainfall for each of 12 months into an array of doubles.
View Solution
Write the definition of a function minMax that has five parameters.
View Solution
Write a statement that declares a prototype for a function divide that takes four arguments and returns no value.
View Solution
1
2
3
…
49
Next »