How to Create a Simple Calculator using Go ( golang ) Programming Language

preview_player
Показать описание
In this video tutorial you will learn How to create a simple Calculator Programming using Go ( golang ) Programming Language.
This video is well suited for the beginners.

The Calculator programming created here will first display the menu option to the user.
user can select the operation that he wants to perform.
( Addition, Subtraction, Multiplication, Division)
Then we take two numbers as input from the user
and then we display the result.

our Social Media Pages

Our Website

#ExampleProgram
Рекомендации по теме
Комментарии
Автор

The code quality could be better. Unhandled errors from 'fmt.Scanln()' are considered a bad practice.
Also, it makes little sense for a calculator to execute only one expression and exit. You could consider a more real-world approach with a loop, at least.

anoruxylene
Автор

Bro your channel is a god gift for me
Please don’t stop making videos

saigopal
Автор

thanks great video, I was wondering after you finish with your code then what is the next step, I mean how do you compile this to a .exe or a executable for a phone for example?

ivnstudios
Автор

sir can you please make a video in python 'how to make games using python' please sir.

munawwarkhan
Автор

What are the programs you have made with Go Lang? Only Calculator?

winniepooh
Автор

Thanks for the video....But, can you say that how can l do the fractional form in the case of Division instaed of decimal?

coreofwisdom
Автор

Write a program to print the number of table entered by user using looping in python. please make a video on it

gursimranbhamra
Автор

It keeps saying "invalid synthax" for me and it highlights the P of "package" at the very beginning of the code

copdatchoppa
Автор

Is there anyway to get into contact with each other

chriskinggard
Автор

It is saying ...
operator ^ is not defined in float64
Pls help

MrSgc