#!/bin/bash # your code goes here echo "if double helix, type - dh " echo "single strand, type - ss" read htype # this is catching input echo Structure is $htype ;