griddb icon indicating copy to clipboard operation
griddb copied to clipboard

hyeen

Open Abhutto opened this issue 1 year ago • 0 comments

#!/bin/bash

echo "Enter a number: " read num

if [ $((num % 2)) -eq 0 ] then echo "The number is even" else echo "The number is odd" fi

Abhutto avatar May 15 '24 10:05 Abhutto