println("將公斤換算成磅")
K=50
P=2.2*K
println(K,"公斤 = ",P,"磅")
println()
println("$(K) 公斤 = $(P) 磅")
println()
using Printf
s = @sprintf("%3.1f 公斤 = %3.1f 磅" , float(K) , float(P) )
println(s)
Cargo Transfer Process Simulation「貨物轉移過程模擬」 https://www.youtube.com/watch?v=Ic9PpPG-_NU 以下是操作步驟: 打開 EasyBuilder Pro,選擇「新建專案」(New Project),...
沒有留言:
張貼留言