Posts by Julio Vieira • 39 points
6 posts
- 
		1 votes1 answer1500 viewsQ: Return a list of even numbers in a list and odd numbers in another list?Good night!! I need to create a method that receives a list of integers and returns a list from that list, containing in one of the lists the even numbers and in another list the numbers odd. So far… javaasked Julio Vieira 39
- 
		0 votes3 answers2337 viewsQ: How to count characters from a String ignoring whitespace?I’m trying to make a return in the variable to count how many letters there are in the typed word and ignore the typed spaces, but I don’t know how to join the length with the trim, says the… javaasked Julio Vieira 39
- 
		-1 votes2 answers1607 viewsQ: Count the number of characters in a String?I need to count the total number of characters of a String when the word is typed. I would like to know how to create the code, I believe it is a. public class ExercicioDeString { public String… javaasked Julio Vieira 39
- 
		0 votes1 answer177 viewsQ: Section above the video, using toggleGuys, I want to leave a video on the home page of the site that I’m creating with HMTL AND CSS, but when I click on some option from the sidebar menu, Serction will transition over my video, in case… 
- 
		-1 votes1 answer702 viewsQ: Check that stack 1 elements are equal to stack 2, C++You guys, good night! I need to do this part of the code in C++ comparing whether the elements on Stack 1 are the same as on Stack 2 and whether the amount of elements are exactly the same. I don’t… 
- 
		1 votes0 answers87 viewsQ: What is Entityframework and how do you use it with C# and connection to Postgreesql and Mysql databases?I’m programming a CRUD of ADO students with C# and Mysql, my algorithm teacher told me about the Entity, but I can’t find anything clear that makes the connection between the banks. Somebody explain…