Input : 1234
Output :
1
2
3
4
I am getting problem in the divison part where last digit is removed from number.
Can someone tell how to show only integer part of divison ?
Or how can we declare a variable as Integer?
Input : 1234
Output :
1
2
3
4
I am getting problem in the divison part where last digit is removed from number.
Can someone tell how to show only integer part of divison ?
Or how can we declare a variable as Integer?
AI2 data types are dynamic, by content.
Typeblock "is a" to see the various dynamic type tests.