id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tmhscs@gmail.com strings > string_convertDNAtoRNA
prev  |  next  |  chance

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)

public String string_convertDNAtoRNA(String sequence) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy