Write a shell program in unix which dispay a following pattern 1 01 101 0101 10101?

1 answer

Answer

1234722

2026-02-26 02:15

+ Follow

#!/usr/bin/bash

echo 1 01 101 0101 10101

ReportLike(0ShareFavorite

Related Questions

Copyright © 2026 eLLeNow.com All Rights Reserved.