65

A————01000001

#41(16进制)

计算机处理信息的方式

 

最常用的两种的类型

 

字符串型  string “65” 0011011000110111

整型  int  65    01000001

 

看两组简单的语句

Int i; string s;

i=5; s=“hello”;

Int i_2=5,I_3=5; string s_2=“world”

i=i+I_2+I_3; s=s+””+s_s+”!”;

 

结果;i=15; 结果 s“hello world!”

 

相关文章:

  • 2021-10-19
  • 2021-11-08
  • 2021-06-08
  • 2021-09-04
  • 2022-02-18
  • 2021-09-05
  • 2021-05-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-08
  • 2021-09-27
  • 2021-11-08
  • 2021-05-23
  • 2021-07-04
相关资源
相似解决方案