If you can use the Lora library from here then sending int and float values is as simple as sending them to the serial monitor by using .print() & .println()
jremington is right that you need to learn more about programming and break the project down into small chunks that you test and get working before trying to combine everything together at the end.