How do you code different variables?

2018-10-21 6:23 am

回答 (2)

2018-10-21 6:36 am
I press keys sequences on the keyboard. Exactly what I type depends on what programming language I'm using.

Is this a computer programming question? I ask because every now and then, other types of coding questions get put into "Computers & Internet > Programming & Design" section. (Health systems, insurance, etc. questions are better asked in a different section.)
2018-10-21 7:35 am
give them different names

int i;
int j;
int k;

i = 1;
j = 2;
k = 3;


收錄日期: 2021-04-24 01:11:29
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20181020222303AAAovHE

檢視 Wayback Machine 備份