Re: [go-nuts] Requesting help with the code

2020-02-17 Thread Kareem Shaikh
Hi Sam, Thank You very much. I will try this. Could you please let me know which books should I follow to learn GO after completing "Introducing GO"? On Monday, January 27, 2020 at 9:46:12 PM UTC+5:30, Sam Whited wrote: > > On Mon, Jan 27, 2020, at 02:41, Kareem Shaikh wrote:

Re: [go-nuts] Requesting help with the code

2020-02-17 Thread Kareem Shaikh
2 AM UTC-5, Sam Whited wrote: >> >> On Mon, Jan 27, 2020, at 02:41, Kareem Shaikh wrote: >> > Can anyone please tell me what should I change in order to get the >> right output? >> > >> > For example: >> > >> > I want to cha

[go-nuts] Re: Requesting help with the code

2020-02-17 Thread Kareem Shaikh
quot;%.2f℃ is %.2f℉\n", celsius, fahrenheit) > } > > Output: > > Enter degrees Celsius (℃): > 10 > 10.00℃ is 50.00℉ > > See package fmt: https://golang.org/pkg/fmt/ > > Peter > > On Monday, January 27, 2020 at 10:54:45 AM UTC-5, Kareem Shaikh wrote: &g

[go-nuts] Requesting help with the code

2020-01-27 Thread Kareem Shaikh
Hi All, Good Afternoon. My name is Kareem. I recently started learning GO on my own. I am going through the book "INTRODUCTION TO GO" from RIELY. I wrote a program to convert Degrees to Fahrenheit. It is as follows: *package main* *import "fmt"* *func main () {* * fmt.Println("Enter the d