Posts by Fumero • 127 points
4 posts
-
2
votes1
answer1671
viewsQ: Shell Script for file and directory localization
I wish someone could help me to create this script correctly, in this case it is to create a script that Oce type the name and directory of a file and then indicate whether it was located or not and…
-
0
votes1
answer209
viewsQ: Doubt with exercise in Shellscript
I would like some help to resolve these exercises: In the Ex4.1.sh script add the option to enter the word and file name directly from the command line this way: $ ./ex4.1.sh <palavra>…
-
6
votes4
answers640
viewsQ: Java abstract class exercise doubt
I would like to ask for your help again in this exercise. This time using the abstract class. Create an abstract class FuncionarioAbstract with the attribute String name and abstract method: public…
-
3
votes1
answer616
viewsQ: Sort array alphabetically and show only first name of each item
I am totally layman in Java, wanted help to finalize an exercise. The statement is this: "write a program that receives an array with the name complete of 10 people and present an array with only…