51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#opertor
multiply two numbers using + opertor
publicclassSolution{publicstaticvoidmain(String[]args){intx=11,y=7;intres=1;for(inti=1;i<=y;i++)res=i*x;System.out.println("Theproductof"+x+"and"+y+"is...
代码星球
·
2020-11-02
multiply
two
numbers
using
opertor
divide two numbers using + opertor
packagetestpacknm;importjava.util.Scanner;publicclasstestcnm{publicstaticvoidmain(String[]args){intx=44,y=7;intres=-1;for(inti=0;i<=x;i+=y){res++;}Syst...
代码星球
·
2020-11-02
divide
two
numbers
using
opertor
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他