about | help | code help+videos | done | prefs |
Given a String of a nucleotide DNA sequence, translate it to RNA and return the output. See the hint if you've forgotten the transcription process. string_convertDNAtoRNA("ACGT") → "UGCA" string_convertDNAtoRNA("AACCGGTT") → "UUGGCCAA" string_convertDNAtoRNA("CCGGGTAAAG") → "GGCCCAUUUC" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy