go Things to fix

Things to fix AliasedTypes: At 4:48, runVal = rune(int32Val) Ref Underlying types demo gram/kilogram/ton confusion Ref Multiplication table challenge exercises flyer Ref Apply grammar mistakes to Udem
阅读全文

go questions

Which one is a correct type conversion expression? convert(40) var("hi") int(4.) CORRECT int[4] What does this code print? age := 6.5 fmt.Print(int(age)) 6.5 65 6 CORRECT .5 When you convert a float t
阅读全文