write a program in java of pattern printing which should print
12345
2345
345
45
5
Answers
Answered by
1
echo off
color 9c
title %name%
cls
:main
cls
echo 12345
echo 2345
echo 345
echo 45
echo 5
pause >nul
exit
(save as %name%.bat)
color 9c
title %name%
cls
:main
cls
echo 12345
echo 2345
echo 345
echo 45
echo 5
pause >nul
exit
(save as %name%.bat)
sharansss114:
huh thank you but it is pattern printing in Java
Similar questions
Social Sciences,
8 months ago
Physics,
8 months ago
Science,
1 year ago
CBSE BOARD X,
1 year ago
English,
1 year ago