Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
9 changes: 0 additions & 9 deletions src/service/PersonalityCalculator.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
package service;


// Create a class called PersonalityCalculator
// PersonalityCalculator has two methods findAnswers and findYourBrainType
// int[] findAnswers(String options) and String findYourBrainType(String options) is the method prototype
// findAnswer() accepts String as an argument and returns integer array as an output
// findYourBrainType accepts String as an argument and returns String as an output
// option is a string which contains all the options selected as a string
// Use the split method to segregate the options and store it in a string array.
// Convert the string array into an integer array.
// return the entire integer array to findyourBrainType

public class PersonalityCalculator
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Generated by Maven Integration for Eclipse
#Thu Aug 27 23:57:30 IST 2020
#Thu Sep 10 10:03:29 IST 2020
version=0.0.1-SNAPSHOT
groupId=lab-java-11-braintest
m2e.projectName=lab-java-11-braintest
m2e.projectLocation=C\:\\Users\\vinot\\Documents\\java-workspace\\lab-braintest
m2e.projectLocation=C\:\\Users\\RANJITH JS\\Desktop\\Java-Project\\lab-braintest
artifactId=lab-java-11-braintest