answersLogoWhite

0


Best Answer

class ass{

public static void main(String[] args ){

int 13,33,23,...193

sum = 0;

for (count = 0; count<=193; count++);

{

sum=sum+count;

System.out.print(count + "sum");

}System.out.println("sum is"+sum);

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write java programme to find sum of 13 plus 23 plus 33 plus .up to193?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do write searching number programme in java?

give description of that then i will send the answer


How do you write java programme using two mainmethods?

Use a text-editor like Notepad.


Can you run a java programme in atom processor?

no


If i need to write a spelling game in java how do i go about doing this?

Spelling game does what? Please enter your idea of the game so that i can work for your programme


How do you write a java program for finding multiligual languages?

You can use Java's built-in functions to write a code that will find multilingual languages.


Write a java programme to find minimum number in the given array?

public int min(int[] arr) { int min = Integer.MAX_VALUE; for(int e : arr) if(e&lt;min) min=e; return min; }


How do you write a java program to find the ad joint of a matrix?

bgfygfrhjyuyhh


Write a java programme to check whether the number is twin prime or not?

Find a prime number, add 2 to the number. Check if the new number is prime. IE : 3 is prime. 3+2 =5. 5 is prime. (3,5) are twin primes.


What programme did evony use to make there game?

it runs on a java scrips platform


Jntu 2-2 oops through java answers?

write a java program to find factorial using recursive and non recursive


Hi friends i am new to java can you explain how java is secured?

java is an object oriented programme it is similar to c++ so if you know very well in c++ you can easily figure it out.


How do you write a java program to find the square root of a number?

You can use the Math.sqrt() method.