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
Java
831 Posts
C++
578 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
Define a derived class , ApartmentBuilding that contains four (4) data members: an integer named numFloors, an integer named unitsPerFloor, a boolean named hasElevator, and a boolean named hasCentralAir. There is a constructor containing parameters for the initialization of the above variables (in the same order as they appear above).
View Solution
Define a derived class , CameraPhone that contains two data members: an integer named , imageSize, representing the size in megapixels of each picture, and an integer named memorySize, representing the number of gigabytes in the camera’s memory.
View Solution
Write a recursive, bool-valued function, isPalindrome that accepts a string and returns whether the string is a palindrome.
View Solution
Write a recursive, bool-valued function, containsVowel, that accepts a string and returns true if the string contains a vowel.
View Solution
Assume the existence of a BankAccount class . Define a derived class , SavingsAccount that contains two instance variables : the first a double , named interestRate, and the second an integer named interestType.
View Solution
Write the definition of a function called product.
View Solution
Write a function called fact that recursively calculates the factorial value of its single int parameter.
View Solution
Read two text files into arrays and query the arrays for boy and girl names
View Solution
Read in string and evaluate for word count and letter occurrences
View Solution
C++ Sort Array in ascending Order
View Solution
C++ Define a class called Odometer that will track fuel and mileage for an automotive vehicle.
View Solution
C++ Read In Array with Fewer than 50 integers, sort, print Unique numbers and there number of occurrences.
View Solution
« Previous
1
…
137
138
139
Scroll To Top