4 Posted Topics
mr7b .. To calculate the value of e^x ,, I do this code but I THINK I have mistake . . ! Can any one tell me if it's true or not > ? [CODE]package calculate; import java.util.Scanner; public class Main { public static void main(String args[]){ double x, n, … ![]() | |
Can any one help me with this exercise . . ! I did not understnd it . ? [B] A number is called a proper divisor of N if M < N and M divides N. A positive integer is called perfect if it is the sum of its positive … | |
Re: Can any one help me Plz - write an java program that outputs the followingpattern. Th program should prompt the user an osdd nmbr of lines (limit 1 to 11). For example, if the user prompt the number of lines is 9, the the outputs should be : + ++ … | |
hello Can u help me ? write an java program that outputs the following pattern. The program shuold prompt the user an odd number of lines (limit 1 to 11) . For example, if the user prompt the number of the lines is 9, then the output should be: + … |
The End.