(iii) running the first Ruby program

Source: Internet
Author: User

puts"Hello World"
puts("Ni hao Shijie")# The parentheses behind the method inRuby do not write, and the puts method acts like the printf method .
a " Hello "
puts a
B
=3
C =2
puts b + c
Puts a + b #行8: Numbers and strings cannot be added, numeric types are not automatically converted to string types implicitly like Java

Line eighth (: 8) numbers and strings cannot be added, click the blue font to jump to the error line 8

Implicit implicit

The error is that the Fixnum number type is not implicitly converted to a string type (type error), and the Fixnum type is explained in the Basic Data Type column.

(iii) running the first Ruby program

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.