Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please explain directions on how to run this program and what info to put in the csvfile. I am very lost and need detailed instructions.

Please explain directions on how to run this program and what info to put in the csvfile. I am very lost and need detailed instructions.

.image text in transcribed

Modify the Lookup program given in the textbook (program 4.4.1) to make a program LookupMultipleNumber that prints out multiple values having the same key. [MO7.1]

Notes: The user would specify the maximum number of values to be printed out as a command line argument after the file name.

Store all such multiple values in a queue.

Sample runs would be as follows (refer to input file amino.csv). >java LookupMultipleNumber amino.csv 2 3 0 Tryptophan TGG Cysteine TGT TGC >java LookupMultipleNumber amino.csv 6 3 0 Cysteine TGT TGC Leucine TTA TTG CTT CTC CTA CTG

image text in transcribed

630 % more amino.csv TTT, Phe, F, Phenylalanine TTC, Phe, F, Phenylalanine TTA, Leu, L, Leucine TTG, Leu, L, Leucine TCT, Ser,S,Serine TCC, Ser,S, Serine TCA, Ser, S,Serine TCG, Ser,S, Serine TAT,Tyr,Y, Tyrosine TAC, Tyr, Y, Tyrosine TAA, Stop, Stop, Stop GCA ,Ala,A,Alanine GCG,Ala,A,Alanine GAT,Asp,D,Aspartic Acid GAC,Asp,D,Aspartic Acid GAA,Gly,G,Glutamic Acid GAG, Gly,G,Glutamic Acid GGT,Gly,G, Glycine GGC,Gly,G,Glycine GGA,Gly,G,Glycine GGG,Gly,G,Glycine

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Neo4j

Authors: Gregory Jordan

1st Edition

1484200225, 9781484200223

More Books

Students also viewed these Databases questions