Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A Solar Energy Home Heating C CONSOLE application consists of the following 5 fields : Create a C + + program to prompt the user

A Solar Energy Home Heating C CONSOLE application consists of the following 5 fields :
Create a C++ program to prompt the user for the following variables or attributes :
a) home style
b) home size (square feet)
c) sunlight index (100% or full sunlight)
d) home facing cardinal direction
e) solar heating type (assume solar heating)
f) solar panel wattage (between 150W to 370 W)
Use the following assumptions :
You can calculate how many solar panels you need by multiplying your households hourly energy requirement by the peak sunlight hours for your area and dividing that by a panels wattage. Use a low-wattage (150 W) and high-wattage (370 W) example to establish a range (ex: 17-42 panels to generate 11,000 kWh/year).
Assume your house has no shade or any trees creating any shadows, maximum sunlight exposure.
The home owner has NO electric car. Estimates based on home energy usage of 10,700 kWh per year.
(Sample user input : Victorian, 2400,1.00, south-west, solar, 200W)
When showing the result of the calculation made by your C++ CONSOLE application, also display :
Doing my part to save the planet and home efficiency !!!!.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil, Elizabeth O'Neil

2nd Edition

1558605800, 978-1558605800

More Books

Students also viewed these Databases questions