我還想寫: 「如果我是11的倍數」,然後if語句:如何編寫 「如果A是B的倍數」
是System.out.print( 「|」)
但我不知道如何做到這一點?
我試圖在我的「魚缸」邊緣加上邊。
這種情況可能很愚蠢,但我認爲這個問題是有效的。
--------------------------------------------------
<#>< <#>< <#>< <#>< <#>< <#>< <#>< <#>< <#>< <#><
<#>< <#>< <#>< <#>< <#>< <#>< <#>< <#>< <#>< <#><
<#>< <#>< <#>< <#>< <#>< <#>< <#>< <#>< <#>< <#><
<#>< <#>< <#>< <#>< <#>< <#>< <#>< <#>< <#>< <#><
<#>< <#>< <#><
----------------------------------------------------
public class partCC
{
public partCC()
{
System.out.println("--------------------------------------------------");
{
for (int i=0; i<43; i++)
{if (i > 0 && i%10 == 0)
System.out.println();
System.out.print(" <#><");
}
{if
(i
System.out.println();
System.out.print("----------------------------------------------------");
}
}
}