- Comprehensive Ruby Programming
- Jordan Hudgens
- 116字
- 2021-07-02 21:13:24
Summary
Variables are one of the most fundamental building blocks of programming and after going through this chapter, you should now have a basic understanding of how to use variables in Ruby. We saw two ways to print data out to the Ruby console to see the output. We also looked at how to get user input so that it can be utilized in a program. Additionally, we analyzed how to clean the data by leveraging the chomp method. Lastly, we understood the concept of variable scope and its use.
In the next chapter, we'll dive into the string data type, which is what we use when working with data that contains characters, words, and sentences
推薦閱讀
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- C/C++算法從菜鳥到達人
- Python自動化運維快速入門
- Learning Bayesian Models with R
- Hands-On C++ Game Animation Programming
- PLC編程及應(yīng)用實戰(zhàn)
- Unity 2D Game Development Cookbook
- Learning jQuery(Fourth Edition)
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Java并發(fā)編程:核心方法與框架
- Python青少年趣味編程
- Unity 5.X從入門到精通
- scikit-learn Cookbook(Second Edition)
- Scrapy網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Greenplum構(gòu)建實時數(shù)據(jù)倉庫實踐