Hello guys
I write a program and of the functions that write function calculates the speed of the CPU of a computer
Got a problem here and I did not know how to write it??
Can you help me ...?
Thank you ^ _ ^

Recommended Answers

All 3 Replies

blind questions can't get proper answer...

first you have to post what exception or error you got while running the program...

along with you post some code snippet regarding bugs...


everybody is busy nobody can do your home work...

i got a problem about java.. my professor wants us to make a java application that would

:::transfer the middle letter of the word into the first then add AVA to the last in an input sentence...

EXample: The quick brown fox

Output would be: eTheAVA iquckAVA obrwnAVA ofxAVA

methods used are substring.. like that!!!! who can help? thx

String str="The quick brown fox";
String[] arr=str.split(" ");
System.out.println("---"+arr[0]);
System.out.println("---"+arr[0].charAt((arr[0].length()/2))+arr[0]+"AVA");

use loop to get it dynamically.....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.