Flowchart to print A to Z using Raptor Tool.
Check more operation flowchart on following link:
Output of the Flowchart when executed using Raptor tool:
A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z,
----Run complete. 107 symbols evaluated.----
Check more operation flowchart on following link:
explain please ! what do you mean by 'z' and how an alphabet got added to an number
ReplyDeleteDear Sourav,
ReplyDeleteComputer interprets Alphabets(A to Z) as ASCII numbers (65 to 90). ASCII value of A is 65, B is 66... and Z is 90. Hence, when we add 1 to A (value 65) it becomes B (value 66).
what does chr means ?
ReplyDeletechr is the variable name created for storing a character.
DeleteGood to understand
ReplyDelete