Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
electricity
- Page 1
Re: Are SaaS & Cloud Computing Interchangeable Terms?
Community Center
1 Month Ago
by peol
Cloud computing and SaaS (Software as a Service) are not interchangeable terms. Cloud computing includes IaaS, PaaS, and SaaS services that provide computing resources over the Internet. Essentially, SaaS is a subset of cloud computing where users access software applications online without managing infrastructure.
Electricity bill
Programming
Software Development
14 Years Ago
by tracydo
Hi I'm writting this code to prepare
electricity
for as many users as there are input. I don'… the current electriciity usage. kwhUsed= (newMeter- oldMeter); // compute the current
electricity
usgae charge amountDue= (kwhUsed*chargeRate); // Display the customer information on…
Re: Electricity bill
Programming
Software Development
14 Years Ago
by tracydo
…. This is what I have: This program calculates the customer
electricity
usage and the amount due to Peco electric company customer…
Electricity on Monitor Secreen...F1 F1 Please
Hardware and Software
Hardware
21 Years Ago
by cora
Hi i am facing a problum that there is a
Electricity
on my monitors secteen ...YES On Glass Secreen .... i dont …
Re: Electricity on Monitor Secreen...F1 F1 Please
Hardware and Software
Hardware
21 Years Ago
by TallCool1
…=cora]i am facing a problum that there is a
Electricity
on my monitors secteen ...YES On Glass Secreen...[/QUOTE] I…
Re: Electricity bill
Programming
Software Development
14 Years Ago
by monarchmk
from first look... kwhUsed is defined AFTER it was checked?? line 57 should be in-front of IF where you define change rate (line 43)
Re: Electricity bill
Programming
Software Development
14 Years Ago
by tracydo
Thank you Monarchmk, Now I changed the kwhUsed (line 57) position to stay above the if (line 43), the compile still marked some wrong about the amountDue= (kwhUsed*chargeRate); (line 60). I then moved it up as well right underneath the kwhUsed line, but it didn't do anything different. See anything wrong? Thanx
Re: Electricity bill
Programming
Software Development
14 Years Ago
by monarchmk
Line 13 should be [B]double chargeRate=0;[/B] Error is The local variable chargeRate may not be initialized. Java loves if you assign default values to variables before you try to use them [B]And DO NOT move amountDue= (kwhUsed*chargeRate);[/B] Its position is correct. Line 60 there it should be. Only kwhUsed in above code is wrong positioned …
Re: Electricity bill
Programming
Software Development
14 Years Ago
by tracydo
OK, I'm done with the location of the code. I never know that Java needs us to assign a default (in my case here double chargeRate=0), Thanks. May you explain why the rest of the variables don't need us to assign any default numbers? My problem now is the loop: after I said yes (y, enter) to continue in the loop, my question appeared weird. …
Re: Electricity bill
Programming
Software Development
14 Years Ago
by monarchmk
About default values... Only changeRate is enclosed in IF chain. By Java logic, IF condition may neever be satisfied so that variable may be left without value. So to be code safe Java ask for default value.Same is for WHILE, DO, SWITCH... All other variables are left out of any conditions and/or are part of some calculations or input for user, so…
Re: Electricity bill
Programming
Software Development
12 Years Ago
by zazizu
if i want to input 5 customer only how ?
Re: Electricity bill
Programming
Software Development
12 Years Ago
by Ezzaral
Use a counter variable or a for loop. Any further questions should go in a new thread of your own. Don't hijack old threads to ask new questions.
Do plasma Monitors save more electricity than ordinary CRT monitors?
Hardware and Software
Hardware
16 Years Ago
by Jen0608
I know they look good on your desk but it is more expensive than your ordinary box. Does it really save that much
electricity
?
Re: Electricity on Monitor Secreen...F1 F1 Please
Hardware and Software
Hardware
21 Years Ago
by whipaway
I have seen reports that certain brands of fabric softener will help to rapidly dissipate the static charge on the CRT. Maybe those sprays that eliminate clothing static will work, too?
Re: Electricity on Monitor Secreen...F1 F1 Please
Hardware and Software
Hardware
21 Years Ago
by jabberwock486
[QUOTE=whipaway]I have seen reports that certain brands of fabric softener will help to rapidly dissipate the static charge on the CRT. Maybe those sprays that eliminate clothing static will work, too?[/QUOTE] those monitors do produce alot of static. clean it! thats all u need to do. if u got shocked by touching metal parts then i would be …
Re: Free electricity...from thin air
Community Center
Geeks' Lounge
17 Years Ago
by Bushido Hacks
… [URL="http://www.popsci.com/scitech/article/2008-01/
electricity
-air"]this article[/URL] last month on their website…
Re: Free electricity...from thin air
Community Center
Geeks' Lounge
14 Years Ago
by denny245
Many years ago a rancher/farmer was arrested for stealing
electricity
from his local power company. There were giant high voltage power lines passing through his property. He simply ran a copper wire for many feet pararell to the high tension power lines using the ground as the return. Got away with it for many years powering his farm.
Power fail on Windows 10 upgrade
Hardware and Software
Microsoft Windows
9 Years Ago
by philpense
Electricity
failed for an Asus Windows 7 home premium x64 laptop. 52% file completion and 15% install at that moment. Have not attempted any continuation. This is a wifi home only. Seeking guidance on how best to proceed.
Re: Do plasma Monitors save more electricity than ordinary CRT monitors?
Hardware and Software
Hardware
16 Years Ago
by OlyComputers
I'm assuming you're talking about LCD, not Plasma. Plasma screens are large-format TV's (42" + ) where LCD is monitors and TVs from 1"-42+". Flat-panel monitors (as far as I know) are all LCD. They do save power. It probably shouldn't be a selling point for residential use since it will probably take years for an LCDs power saving …
Re: Alternate Transportation
Community Center
Geeks' Lounge
17 Years Ago
by Ene Uran
Electricity
can be produced many different ways, be it fission, fusion, … of that fuel will never (well almost never) run out.
Electricity
is just a way to store, move energy, and power…
java error
Programming
Software Development
11 Years Ago
by Richa_2
… void main (String[] arg) {
Electricity
e=new
Electricity
(); e.calc(); } } **Errors are:**
Electricity
.java:2: class, interface, or … System.out.println("curr_charge="); ^
Electricity
.java:16: <identifier> expected System…
Re: Trouble with ArrayList
Programming
Software Development
16 Years Ago
by jdbarry
….77); System.out.printf("Average Monthly
Electricity
Bill: %11f",CO2.calcAverageBill(monthlyBill));… /** * A mutator method which calculates the average annual
electricity
bill. * @param monthlyBill an ArrayList containing the monthly…
Trouble with ArrayList
Programming
Software Development
16 Years Ago
by jdbarry
… A mutator method which calculates the average annual
electricity
bill. * @param monthlyBill an ArrayList containing …(); System.out.printf("Average Monthly
Electricity
Bill: %11f",CO2.calcAveragePrice()); …
Function 'initgraph' should have a prototype
Programming
Software Development
16 Years Ago
by Prashant45
…n"; ob4.close(); Pause(); clrscr(); //
ELECTRICITY
ofstream ob5("10phele"); ob5<<"…;Acidic and Basic solutions in water conduct
electricity
because they produce hydrogen and hydroxide ions respectively….Acidic and Basic solutions in water conduct
electricity
because\n they produce hydrogen and hydroxide …
Stuck using ifstream
Programming
Software Development
17 Years Ago
by jer_stud56
…amount of water used int electric; // Input of amount of
electricity
used int gas; // Input of amount of gas used …for water double total_electric_revenue; // Amount all customers are charged for
electricity
double total_gas_revenue; // Amount all customers are charged for gas …
Re: Trouble with ArrayList
Programming
Software Development
16 Years Ago
by jasimp
…); monthlyPrice.add(0.1192); System.out.printf("Average Monthly
Electricity
Bill: %11f",CO2.calcAveragePrice(monthlyPrice)); }//end of main method…
Re: Stuck using ifstream
Programming
Software Development
17 Years Ago
by jer_stud56
…; electric << endl; fout << "
Electricity
Charge: " << electric_charge << endl;… << endl; fout << "Total
Electricity
Used: " << total_electric << endl…; fout << "Total
Electricity
Revenue: " << total_electric_revenue << endl…
Google's Not Mucking Up the Environment After All
Digital Media
Digital Marketing
Search Engine Strategies
16 Years Ago
by Techwriter10
… wrong, the basic premise is correct. Servers generate
electricity
and each time we search or perform any online… Google, Twitter, Facebook, Qik, whatever we are burning
electricity
and that has environmental impact. That much is clear. …the data center design, the physical location and the
electricity
source. What's more, Google is literally on …
Re: Stuck using ifstream
Programming
Software Development
17 Years Ago
by jer_stud56
…;< total_water_revenue << endl; fout << "Total
Electricity
Used: " << total_electric << endl; fout <…;< "Total
Electricity
Revenue: " << total_electric_revenue << endl; fout <…
Why You Need to Shut Down Your PC Before You Leave on Holiday
Community Center
16 Years Ago
by Lisa Hoover
…, what segment of your IT setup uses the most
electricity
: your servers and network technology or the assorted PCs … for a full 55 percent of a company's
electricity
usage while servers and the like use only 45 …, "From a geographic standpoint, European companies used less
electricity
in their data centers than North American ones, according to…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC