Month: February 2018

Friday February 16th, 2018

Xamarin Emulator’s Launching And Immediately Closing Problem

When , You run your app  on emulator and your app does not work on emulator , you have to change some settings. If your app  opening and immediately closing , I will tell the solution and that solution will work. Before the change some settings , you have to close emulator. Now , you have to open  Hyper-V Manager. After the run Hyper – V […]

Sunday February 11th, 2018

C- Switch Case (Calculator)

In C language , There are some term  we use when we define the case using with the Switch Case construction. When we press the these terms , Cases will be happen in the defined case. Now , I will make a program, program will be get user for library. When the user press + , that user will enter the library and when the user […]

Friday February 9th, 2018

C – Else-If , Continue , Break Expressions

In this essay , I will talk about the else-if , continue and break expressions. These expressions helps us to write easily code. Else-if help us the add another condition to if – else. Like i will make program which is about the letter grade. If your note bigger or equal to 90 and smaller than 100 , your letter grade AA. In here , […]

Wednesday February 7th, 2018

C – Loops 2

In previous essay , I used if – else and while loops when make a program. In this essay , I will use do-while and for loops. Do – while loop is different type of while loops. You can see the previous essay in here. Firstly , I will make a program , using with the do – while loop . In this program, Program […]