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: 
> > Can anyone please tell me what should I change in order to get the right 
> output? 
> > 
> > For example: 
> > 
> > I want to change 10 degrees to Fahrenheit. 
> > I want to print "10 degrees to Fahrenheit is = 50" 
>
> You want to use one of the formatting functions, for example: 
>
>     fmt.Printf("%f Degrees to Fahrenheit is = %f\n", Degrees, fahrenheit) 
>
> For more information, see the fmt documentation: https://godoc.org/fmt 
>
> —Sam 
>
> -- 
> Sam Whited 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/83fc2dbd-d3d0-4c55-b44f-66d27e121ab3%40googlegroups.com.

Reply via email to