Thursday 2 February 2017

Simple Calculator in Android To Perform Operations on Decimal Point | Double or Float Arithmatic Operations - Part 2

Here you will learn how to perform Arithmetic operations on Decimal point. This is same as Part 1 Just we need to chance data type. ie. we have to use decimal instead of integer. 

Coding is below - 






Note - Coding and Explanation for other operations are as same as previous section Part 1. Just need to use double data type instead of int             data type.