我已經做了一個代碼女巫問你問題,對於每一個問題你得到正確它增加了一點,問題是我想知道如何顯示你的分數。就像你有多少點一起。 System.out.println("#1: What is 8+8?");
answer=in.nextInt();
if (answer == 16)
System.out.println("Correct!");
else
System.
我想繪製一條曲線,其中每個點都相距特定的距離。 現在,打擊顯示了我想做的事情,但我想要像曲線而不是恆定半徑的罪。 R = 50; %radius
Gap = 0.1; % gap between points
Curve = 180;
rad = 0;
n= pi*2*R*Curve/360/Gap; % n is length of arc
th = linspa