Write a function that calculates and returns the probability of getting a head in 1 coin toss? function solve( a ){ //write your code here } Login to Submit