question number- c, d, e (subparts) according to policy

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter5: Making Decisions
Section: Chapter Questions
Problem 4PE
icon
Related questions
Question

C++ 

question number- c, d, e (subparts) according to policy 

3. There are small examples online of programs written in Go. Go (no pun intended!) to http://golang.org and in the Examples drop-down box below the code
window, select Fibonacci Closure. Click Pop Out to get a bigger window to see the code. The Fibonacci sequence is a famous sequence of numbers invented
by Leonardo Fibonacci in the year 1202 to model the population growth of rabbits. The first two numbers in the sequence are 1, 1. Successive numbers in the
sequence are obtained by adding the two previous numbers. For example, the third Fibonacci number is the sum of the first two Fibonacci numbers, 1+1= 2.
a. Write the first six numbers in the Fibonacci seguence.
b. Compile and run the Fibonacci Closure Go program. What is the output?
c. Some of the Go syntax is similar to C/C++. How does Go indicate comments?
d. One bit of C/C++ syntax is missing from Go. On the FAQ page, what does it say about ending statements with semicolons?
e. Can you guess the semantics (meaning) of the following statement?
a, b i= 0, 1
What about the next statement?
a, b = b, a+b
(Note: You can modify and recompile/rerun the code to test possible equivalent statements.)
Transcribed Image Text:3. There are small examples online of programs written in Go. Go (no pun intended!) to http://golang.org and in the Examples drop-down box below the code window, select Fibonacci Closure. Click Pop Out to get a bigger window to see the code. The Fibonacci sequence is a famous sequence of numbers invented by Leonardo Fibonacci in the year 1202 to model the population growth of rabbits. The first two numbers in the sequence are 1, 1. Successive numbers in the sequence are obtained by adding the two previous numbers. For example, the third Fibonacci number is the sum of the first two Fibonacci numbers, 1+1= 2. a. Write the first six numbers in the Fibonacci seguence. b. Compile and run the Fibonacci Closure Go program. What is the output? c. Some of the Go syntax is similar to C/C++. How does Go indicate comments? d. One bit of C/C++ syntax is missing from Go. On the FAQ page, what does it say about ending statements with semicolons? e. Can you guess the semantics (meaning) of the following statement? a, b i= 0, 1 What about the next statement? a, b = b, a+b (Note: You can modify and recompile/rerun the code to test possible equivalent statements.)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,