Dyskusje Q&A
I've been trying to make first example program work for about an hour now and I've re-typed it multiple times but it still gives me the same error
ExampleProgram.java:3: error: cannot find symbol
System.out.printIn("Hello World");
And the arrow is pointing at the period (.) after out. Anyone can help me?
0 głosów
7 odpowiedziI'm trying to calculate the decimal places of pi with Ramanujan's formula. but with this code I'm getting the same output for all values of n, which it shouldn't.
from math import sqrt, factorial as f
sum=0
n=0
k=(2*sqrt(2)/9801)
while n<=100000:
sum=sum+((f(4*n))*(1103+(26390*n)))/(((f(n))**4)*(396**(4*n)))
y=1/(k*sum)
print('%.60f' % y)
n=n+1
where am I doing wrong?
2 głosów
4 odpowiedziQ1: should we always assign one svg size if more than one graphs are drawn?
Q2: again, I want to make two different animations of different shapes? in the same svg, without changing the size, no result?
Q3: and again, in a same svg sized, want to make path with combinations of C, S , A etc, no results?
what is proper ways to do the above? what attentions should we pay to ?
0 głosów
2 odpowiedziis the javascript used for server side same as that of client side javascript??
i mean is syntax exactly same.
i want to know difference. there must be some.
i know node.js is used in backend and jquery,angular in front end, but overall they r javascript so why should it matter???.
thanks in advance
2 głosów
3 odpowiedziPopularne dzisiaj
Why this code don't work
1 Votes
I have a problem with this
0 Votes
#text decompressor
1 Votes
Minecraft
1 Votes
What is the difference?
1 Votes
Explain Me THISSSSS..
1 Votes