Code to add 2 integer numbers without using int float and double?

1 answer

Answer

1026013

2026-07-30 04:40

+ Follow

int num1 = 1;

int num2 = 50;

int addition = num1 + num2;

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.