Convert Double to Int with proper round
Description The above coding used to convert from double to int with right round means for example value 1.5 will become 2, 1.4 will become 1. This coding normally used in mathRead More…
Description The above coding used to convert from double to int with right round means for example value 1.5 will become 2, 1.4 will become 1. This coding normally used in mathRead More…
Description The above coding used to make a limit numbers of word in one line This coding normally used to create an essay or paragraph internally Method to used it, putRead More…